src/share/vm/opto/machnode.hpp

changeset 6487
15120a36272d
parent 6484
318d0622a6d7
child 6490
41b780b43b74
     1.1 --- a/src/share/vm/opto/machnode.hpp	Thu Nov 21 18:29:34 2013 -0800
     1.2 +++ b/src/share/vm/opto/machnode.hpp	Thu Nov 21 19:00:57 2013 -0800
     1.3 @@ -31,6 +31,7 @@
     1.4  #include "opto/node.hpp"
     1.5  #include "opto/regmask.hpp"
     1.6  
     1.7 +class BiasedLockingCounters;
     1.8  class BufferBlob;
     1.9  class CodeBuffer;
    1.10  class JVMState;
    1.11 @@ -206,6 +207,7 @@
    1.12  
    1.13    // First index in _in[] corresponding to operand, or -1 if there is none
    1.14    int  operand_index(uint operand) const;
    1.15 +  int  operand_index(const MachOper *oper) const;
    1.16  
    1.17    // Register class input is expected in
    1.18    virtual const RegMask &in_RegMask(uint) const;

mercurial