--- old/src/share/vm/opto/callGenerator.hpp 2017-02-14 20:36:22.000000000 +0300 +++ new/src/share/vm/opto/callGenerator.hpp 2017-02-14 20:36:22.000000000 +0300 @@ -144,6 +144,10 @@ CallGenerator* if_hit, float hit_prob); + static CallGenerator* for_guarded_call(ciKlass* predicted_receiver, + CallGenerator* if_missed, + CallGenerator* if_hit); + // How to make a call that optimistically assumes a MethodHandle target: static CallGenerator* for_predicted_dynamic_call(ciMethodHandle* predicted_method_handle, CallGenerator* if_missed,