src/share/vm/opto/phaseX.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/phaseX.hpp	Mon Nov  9 11:56:28 2015
--- new/src/share/vm/opto/phaseX.hpp	Mon Nov  9 11:56:28 2015

*** 519,529 **** --- 519,530 ---- // Clone loop predicates. Defined in loopTransform.cpp. Node* clone_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); ! Deoptimization::DeoptReason reason, + int opcode); void remove_speculative_types(); void check_no_speculative_types() { _table.check_no_speculative_types(); }

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