src/share/vm/opto/compile.hpp

changeset 3631
b40ac3579043
parent 3310
6729bbc1fcd6
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/opto/compile.hpp	Fri Mar 02 13:13:25 2012 -0800
     1.2 +++ b/src/share/vm/opto/compile.hpp	Mon Mar 05 18:10:31 2012 -0800
     1.3 @@ -631,7 +631,7 @@
     1.4  
     1.5    // Decide how to build a call.
     1.6    // The profile factor is a discount to apply to this site's interp. profile.
     1.7 -  CallGenerator*    call_generator(ciMethod* call_method, int vtable_index, bool call_is_virtual, JVMState* jvms, bool allow_inline, float profile_factor);
     1.8 +  CallGenerator*    call_generator(ciMethod* call_method, int vtable_index, bool call_is_virtual, JVMState* jvms, bool allow_inline, float profile_factor, bool allow_intrinsics = true);
     1.9    bool should_delay_inlining(ciMethod* call_method, JVMState* jvms);
    1.10  
    1.11    // Report if there were too many traps at a current method and bci.

mercurial