RFR(XXS): 8066141: compiler/whitebox/GetNMethodTest.java: java.lang.RuntimeException: blob_type[MethodProfiled] for 2 level isn't MethodNonProfiled
Tatiana Pivovarova
tatiana.pivovarova at oracle.com
Fri Nov 28 17:58:20 UTC 2014
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