< prev index next >

src/hotspot/share/opto/callnode.hpp

Print this page

        

*** 988,998 **** // Inovke this method when MemBar at exit of initializer and post-dominate // allocation node. void compute_MemBar_redundancy(ciMethod* initializer); bool is_allocation_MemBar_redundant() { return _is_allocation_MemBar_redundant; } ! Node* make_ideal_mark(PhaseGVN *phase, Node* obj, Node* control, Node* mem); }; //------------------------------AllocateArray--------------------------------- // // High-level array allocation --- 988,998 ---- // Inovke this method when MemBar at exit of initializer and post-dominate // allocation node. void compute_MemBar_redundancy(ciMethod* initializer); bool is_allocation_MemBar_redundant() { return _is_allocation_MemBar_redundant; } ! Node* make_ideal_mark(PhaseGVN* phase, Node* control, Node* mem); }; //------------------------------AllocateArray--------------------------------- // // High-level array allocation
< prev index next >