src/share/vm/opto/callGenerator.hpp

changeset 1573
dd57230ba8fe
parent 1572
97125851f396
child 1907
c18cbe5936b8
     1.1 --- a/src/share/vm/opto/callGenerator.hpp	Tue Jan 05 13:05:58 2010 +0100
     1.2 +++ b/src/share/vm/opto/callGenerator.hpp	Tue Jan 05 15:21:25 2010 +0100
     1.3 @@ -117,6 +117,12 @@
     1.4                                             CallGenerator* if_hit,
     1.5                                             float hit_prob);
     1.6  
     1.7 +  // How to make a call that optimistically assumes a MethodHandle target:
     1.8 +  static CallGenerator* for_predicted_dynamic_call(ciMethodHandle* predicted_method_handle,
     1.9 +                                                   CallGenerator* if_missed,
    1.10 +                                                   CallGenerator* if_hit,
    1.11 +                                                   float hit_prob);
    1.12 +
    1.13    // How to make a call that gives up and goes back to the interpreter:
    1.14    static CallGenerator* for_uncommon_trap(ciMethod* m,
    1.15                                            Deoptimization::DeoptReason reason,

mercurial