diff src/share/vm/opto/machnode.hpp @ 1162:d749b1813f40

Merge
author trims
date Fri, 15 Jan 2010 14:25:44 -0800
parents 97125851f396
children 844a9d73ec22
line wrap: on
line diff
--- a/src/share/vm/opto/machnode.hpp	Thu Jan 14 15:48:26 2010 -0800
+++ b/src/share/vm/opto/machnode.hpp	Fri Jan 15 14:25:44 2010 -0800
@@ -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