RFR(S): 8157956 - OverflowCodeCacheTest.java fails with Out of space in CodeCache for method handle intrinsic

Dmitrij Pochepko dmitrij.pochepko at oracle.com
Thu Sep 1 17:57:19 UTC 2016


Thank you!


On 01.09.2016 20:52, Vladimir Kozlov wrote:
> Good.
>
> Thanks,
> Vladimir
>
> On 8/31/16 11:07 AM, Dmitrij Pochepko wrote:
>> Hi,
>>
>> please review small fix for 8157956 - OverflowCodeCacheTest.java fails
>> with Out of space in CodeCache for method handle intrinsic
>>
>> Test failed with "VirtualMachineError: Out of space for method handle
>> intrinsic" because of code cache exhaustion. This happened on final
>> assert. This fix moves assert after freeing codecache logic to get rid
>> of error.
>>
>> I've tested it on linux-i586
>>
>> webrev: http://cr.openjdk.java.net/~dpochepk/8157956/webrev.01/
>>
>> CR: https://bugs.openjdk.java.net/browse/JDK-8157956
>>
>> Thanks,
>>
>> Dmitrij
>>



More information about the hotspot-compiler-dev mailing list