RFR: 8230454: [Graal] Add "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" to Graal problem list.
dean.long at oracle.com
dean.long at oracle.com
Fri Sep 6 22:34:14 UTC 2019
I was going to suggest increasing the heap size, but that won't
necessarily help because the JVMCI compiler gets started lazily and the
app could still have used up all of memory by that time. I'm skeptical
of the value of running this with Graal anyway, so I'm OK with this change.
dl
On 9/4/19 7:50 PM, Xiaohong Gong (Arm Technology China) wrote:
> Hi,
>
> Please help to review this small patch:
> Webrev: http://cr.openjdk.java.net/~xgong/rfr/8230454/webrev.00/
> JBS: https://bugs.openjdk.java.net/browse/JDK-8230454
> Jtreg test "com/sun/crypto/provider/KeyFactory/TestProviderLeak.java" unstably fails with graal
> by throwing the OOME during JVMCI compiler initialization.
> It is caused by setting "-Xmx20m" for the application, which makes the java heap not enough for
> the VM. A simple fix is to add it to the graal problem list. Hope it's ok for libgraal, so that we can
> move it out from the list once libgraal is enabled.
>
> Thanks,
> Xiaohong Gong
More information about the hotspot-compiler-dev
mailing list