hotspot/src/share/vm/opto/machnode.hpp
changeset 22853 308672304981
parent 22850 4e69ce7e1101
child 22856 03ad2cf18166
--- a/hotspot/src/share/vm/opto/machnode.hpp	Thu Nov 21 18:29:34 2013 -0800
+++ b/hotspot/src/share/vm/opto/machnode.hpp	Thu Nov 21 19:00:57 2013 -0800
@@ -31,6 +31,7 @@
 #include "opto/node.hpp"
 #include "opto/regmask.hpp"
 
+class BiasedLockingCounters;
 class BufferBlob;
 class CodeBuffer;
 class JVMState;
@@ -206,6 +207,7 @@
 
   // First index in _in[] corresponding to operand, or -1 if there is none
   int  operand_index(uint operand) const;
+  int  operand_index(const MachOper *oper) const;
 
   // Register class input is expected in
   virtual const RegMask &in_RegMask(uint) const;