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

Vladimir Kozlov vladimir.kozlov at oracle.com
Thu Sep 1 17:52:14 UTC 2016


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