src/share/vm/opto/doCall.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/doCall.cpp	Wed Jun 22 10:38:57 2011
--- new/src/share/vm/opto/doCall.cpp	Wed Jun 22 10:38:57 2011

*** 181,191 **** --- 181,191 ---- } else { // Make a disembodied, stateless ILT. // TO DO: When UseOldInlining is removed, copy the ILT code elsewhere. float site_invoke_ratio = prof_factor; // Note: ilt is for the root of this parse, not the present call site. ! ilt = new InlineTree(this, jvms->method(), jvms->caller(), site_invoke_ratio, 0); ! ilt = new InlineTree(this, jvms->method(), jvms->caller(), site_invoke_ratio, MaxInlineLevel); } WarmCallInfo scratch_ci; if (!UseOldInlining) scratch_ci.init(jvms, call_method, profile, prof_factor); WarmCallInfo* ci = ilt->ok_to_inline(call_method, jvms, profile, &scratch_ci);

src/share/vm/opto/doCall.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File