src/share/vm/opto/doCall.cpp

changeset 1215
c96bf21b756f
parent 1161
be93aad57795
child 1279
bd02caa94611
equal deleted inserted replaced
1214:d0e0d6d824d8 1215:c96bf21b756f
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.

mercurial