--- old/src/hotspot/share/opto/callGenerator.hpp 2019-01-25 13:15:20.000000000 -0800 +++ new/src/hotspot/share/opto/callGenerator.hpp 2019-01-25 13:15:19.000000000 -0800 @@ -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,