src/share/vm/opto/doCall.cpp

changeset 2981
aabf25fa3f05
parent 2949
f918d6096e23
child 3050
fdb992d83a87
     1.1 --- a/src/share/vm/opto/doCall.cpp	Tue Jun 21 09:04:55 2011 -0700
     1.2 +++ b/src/share/vm/opto/doCall.cpp	Wed Jun 22 14:45:37 2011 -0700
     1.3 @@ -183,7 +183,7 @@
     1.4          // TO DO:  When UseOldInlining is removed, copy the ILT code elsewhere.
     1.5          float site_invoke_ratio = prof_factor;
     1.6          // Note:  ilt is for the root of this parse, not the present call site.
     1.7 -        ilt = new InlineTree(this, jvms->method(), jvms->caller(), site_invoke_ratio, 0);
     1.8 +        ilt = new InlineTree(this, jvms->method(), jvms->caller(), site_invoke_ratio, MaxInlineLevel);
     1.9        }
    1.10        WarmCallInfo scratch_ci;
    1.11        if (!UseOldInlining)

mercurial