diff src/share/vm/opto/compile.hpp @ 17791:ad3b94907eed

8030863: PPC64: (part 220): ConstantTableBase for calls between args and jvms Summary: Add ConstantTableBase node edge after parameters and before jvms. Adapt jvms offsets. Reviewed-by: kvn
author goetz
date Fri, 20 Dec 2013 13:51:14 +0100
parents 1174c8abbdb6
children abec000618bf
line wrap: on
line diff
--- a/src/share/vm/opto/compile.hpp	Mon Dec 23 10:26:08 2013 -0800
+++ b/src/share/vm/opto/compile.hpp	Fri Dec 20 13:51:14 2013 +0100
@@ -758,6 +758,8 @@
 
   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; }