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

Dmitrij Pochepko dmitrij.pochepko at oracle.com
Wed Aug 31 18:07:12 UTC 2016


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