--- a/hotspot/src/share/vm/opto/machnode.hpp Mon Jan 04 15:21:09 2010 -0800
+++ b/hotspot/src/share/vm/opto/machnode.hpp Tue Jan 05 13:05:58 2010 +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