src/share/vm/opto/compile.hpp

changeset 6499
ad3b94907eed
parent 6492
1174c8abbdb6
child 6503
a9becfeecd1b
equal deleted inserted replaced
6498:5da8bb64b370 6499:ad3b94907eed
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:

mercurial