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
Mon Dec 1 10:02:50 UTC 2014
Hi Igor,
Thanks for your reviews!
Tatiana
On 11/29/2014 01:37 AM, Igor Veresov wrote:
> 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