< prev index next >

src/hotspot/share/opto/mulnode.hpp

Print this page
@@ -215,11 +215,11 @@
  
  public:
    virtual int Opcode() const;
    virtual const Type* bottom_type() const { return TypeTuple::LONG_PAIR; }
  
-   virtual Node* match(const ProjNode* proj, const Matcher* m);
+   virtual Node* match(const ProjNode* proj, const Matcher* m, const RegMask* mask);
  
    static MulHiLoLNode* make(Node* mul_hi);
  };
  
  //------------------------------UMulHiLoLNode----------------------------------
< prev index next >