--- old/src/share/vm/opto/machnode.hpp 2009-10-28 19:51:23.503832590 +0100 +++ new/src/share/vm/opto/machnode.hpp 2009-10-28 19:51:23.395538182 +0100 @@ -662,9 +662,13 @@ ciMethod* _method; // Method being direct called int _bci; // Byte Code index of call byte code bool _optimized_virtual; // Tells if node is a static call or an optimized virtual + bool _method_handle_invoke; // Tells if the call has to preserve SP MachCallJavaNode() : MachCallNode() { init_class_id(Class_MachCallJava); } + + virtual const RegMask &in_RegMask(uint) const; + #ifndef PRODUCT virtual void dump_spec(outputStream *st) const; #endif