src/share/vm/opto/phaseX.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/phaseX.hpp	Thu Apr 28 15:53:55 2011
--- new/src/share/vm/opto/phaseX.hpp	Thu Apr 28 15:53:55 2011

*** 470,481 **** --- 470,481 ---- void set_delay_transform(bool delay) { _delay_transform = delay; } // Clone loop predicates. Defined in loopTransform.cpp. ! Node* clone_loop_predicates(Node* old_entry, Node* new_entry, bool clone_limit_check); ! Node* move_loop_predicates(Node* old_entry, Node* new_entry, bool clone_limit_check); // Create a new if below new_entry for the predicate to be cloned ProjNode* create_new_if_for_predicate(ProjNode* cont_proj, Node* new_entry, Deoptimization::DeoptReason reason); #ifndef PRODUCT

src/share/vm/opto/phaseX.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File