hotspot/src/share/vm/opto/compile.hpp
changeset 22865 3b8857d7b3cc
parent 22858 f4a6f0eba875
child 22872 b6902ee5bc8d
equal deleted inserted replaced
22864:f476f1ae4bd3 22865:3b8857d7b3cc
   756   // Constant table
   756   // Constant table
   757   ConstantTable&   constant_table() { return _constant_table; }
   757   ConstantTable&   constant_table() { return _constant_table; }
   758 
   758 
   759   MachConstantBaseNode*     mach_constant_base_node();
   759   MachConstantBaseNode*     mach_constant_base_node();
   760   bool                  has_mach_constant_base_node() const { return _mach_constant_base_node != NULL; }
   760   bool                  has_mach_constant_base_node() const { return _mach_constant_base_node != NULL; }
       
   761   // Generated by adlc, true if CallNode requires MachConstantBase.
       
   762   bool                      needs_clone_jvms();
   761 
   763 
   762   // Handy undefined Node
   764   // Handy undefined Node
   763   Node*             top() const                 { return _top; }
   765   Node*             top() const                 { return _top; }
   764 
   766 
   765   // these are used by guys who need to know about creation and transformation of top:
   767   // these are used by guys who need to know about creation and transformation of top: