--- old/src/share/vm/opto/phaseX.hpp 2013-10-17 18:54:53.838605092 +0200 +++ new/src/share/vm/opto/phaseX.hpp 2013-10-17 18:54:53.580965840 +0200 @@ -499,6 +499,8 @@ // 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: