RFR(XXS): 8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled

Igor Veresov igor.veresov at oracle.com
Fri Nov 28 22:37:14 UTC 2014


Looks fine.

igor

> On Nov 28, 2014, at 9:58 AM, Tatiana Pivovarova <tatiana.pivovarova at oracle.com> wrote:
> 
> Hi,
> 
> please review this small patch
> 
> bugid:  https://bugs.openjdk.java.net/browse/JDK-8066141
> webrev: http://cr.openjdk.java.net/~iignatyev/tpivovarova/8066141/webrev.00/
> 
> Problem:
> It is a small testbug. NMethod compares with BlobType.MethodNonProfiled whereas must be compared with BlobType.MethodProfiled.
> 
> Solution:
> 
> Testing:
> Reproduced locally with parameters "-server -Xmixed -XX:MaxRAMFraction=8 -XX:+CreateMinidumpOnCrash -XX:NativeMemoryTracking=detail -XX:ReservedCodeCacheSize=256M -XX:TieredStopAtLevel=3" on the latest jdk.
> Test passed after changes.
> 
> Thanks,
> Tatiana


More information about the hotspot-compiler-dev mailing list