src/share/vm/opto/compile.hpp

Print this page
rev 5808 : 8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms

@@ -756,10 +756,12 @@
   // Constant table
   ConstantTable&   constant_table() { return _constant_table; }
 
   MachConstantBaseNode*     mach_constant_base_node();
   bool                  has_mach_constant_base_node() const { return _mach_constant_base_node != NULL; }
+  // Generated by adlc, true if CallNode requires MachConstantBase.
+  bool                      needs_clone_jvms();
 
   // Handy undefined Node
   Node*             top() const                 { return _top; }
 
   // these are used by guys who need to know about creation and transformation of top: