< prev index next >

src/hotspot/share/opto/callGenerator.hpp

Print this page

        

@@ -142,10 +142,14 @@
   static CallGenerator* for_predicted_call(ciKlass* predicted_receiver,
                                            CallGenerator* if_missed,
                                            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,
                                                    CallGenerator* if_hit,
                                                    float hit_prob);
< prev index next >