src/hotspot/share/opto/callGenerator.hpp
changeset 53595 8462b295c08b
parent 53509 28aa41c4165b
equal deleted inserted replaced
53594:47a8fdf84424 53595:8462b295c08b
   142   static CallGenerator* for_predicted_call(ciKlass* predicted_receiver,
   142   static CallGenerator* for_predicted_call(ciKlass* predicted_receiver,
   143                                            CallGenerator* if_missed,
   143                                            CallGenerator* if_missed,
   144                                            CallGenerator* if_hit,
   144                                            CallGenerator* if_hit,
   145                                            float hit_prob);
   145                                            float hit_prob);
   146 
   146 
       
   147   static CallGenerator* for_guarded_call(ciKlass* predicted_receiver,
       
   148                                          CallGenerator* if_missed,
       
   149                                          CallGenerator* if_hit);
       
   150 
   147   // How to make a call that optimistically assumes a MethodHandle target:
   151   // How to make a call that optimistically assumes a MethodHandle target:
   148   static CallGenerator* for_predicted_dynamic_call(ciMethodHandle* predicted_method_handle,
   152   static CallGenerator* for_predicted_dynamic_call(ciMethodHandle* predicted_method_handle,
   149                                                    CallGenerator* if_missed,
   153                                                    CallGenerator* if_missed,
   150                                                    CallGenerator* if_hit,
   154                                                    CallGenerator* if_hit,
   151                                                    float hit_prob);
   155                                                    float hit_prob);