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	Wed Jul 20 14:06:35 2011
--- new/src/share/vm/opto/phaseX.hpp	Wed Jul 20 14:06:34 2011

*** 471,481 **** --- 471,480 ---- _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