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	Thu Oct 17 18:54:53 2013
--- new/src/share/vm/opto/phaseX.hpp	Thu Oct 17 18:54:53 2013

*** 497,506 **** --- 497,508 ---- // 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); + // Remove the speculative part of all types that we know of + void remove_speculative_types(); #ifndef PRODUCT protected: // Sub-quadratic implementation of VerifyIterativeGVN. julong _verify_counter;

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