Request for review(XXS): 6989368: Regression in scimark2.MonteCarlo in jdk7_b112 on Linux
Christian Thalinger
christian.thalinger at oracle.com
Mon Oct 4 23:49:05 PDT 2010
On Mon, 2010-10-04 at 14:03 -0700, Igor Veresov wrote:
> Thanks to Mark Christiaens for noticing it. And Vladimir for analysis!
>
> ciMethod::instructions_size() returns incorrect value after "6953144:
> Tiered compilation" changes. The method code was merged incorrectly with
> changes for "6978355: renaming for 6961697". code->insts_end() should be
> used instead of code->code_end().
>
>
> Webrev: http://cr.openjdk.java.net/~iveresov/6989368/webrev.00
>
>
> Verified with scimark.
Looks good. -- Christian
More information about the hotspot-compiler-dev
mailing list