hotspot/src/share/vm/opto/doCall.cpp
changeset 2867 69187054225f
parent 2570 ecc7862946d4
child 3261 c7d5aae8d3f7
equal deleted inserted replaced
2866:6beb2b47717a 2867:69187054225f
    45 
    45 
    46 CallGenerator* Compile::call_generator(ciMethod* call_method, int vtable_index, bool call_is_virtual, JVMState* jvms, bool allow_inline, float prof_factor) {
    46 CallGenerator* Compile::call_generator(ciMethod* call_method, int vtable_index, bool call_is_virtual, JVMState* jvms, bool allow_inline, float prof_factor) {
    47   CallGenerator* cg;
    47   CallGenerator* cg;
    48 
    48 
    49   // Dtrace currently doesn't work unless all calls are vanilla
    49   // Dtrace currently doesn't work unless all calls are vanilla
    50   if (DTraceMethodProbes) {
    50   if (env()->dtrace_method_probes()) {
    51     allow_inline = false;
    51     allow_inline = false;
    52   }
    52   }
    53 
    53 
    54   // Note: When we get profiling during stage-1 compiles, we want to pull
    54   // Note: When we get profiling during stage-1 compiles, we want to pull
    55   // from more specific profile data which pertains to this inlining.
    55   // from more specific profile data which pertains to this inlining.