RFR: 8267293: vmTestbase/vm/mlvm/anonloader/stress/oome/metaspace/Test.java fails when JTREG_JOBS > 25 [v2]

Jie Fu jiefu at openjdk.java.net
Thu May 20 04:26:34 UTC 2021


On Wed, 19 May 2021 15:34:45 GMT, Thomas Stuefe <stuefe at openjdk.org> wrote:

> Hmm... sorry for that. Weird though since I would not have expected a lot of platform dependency here (apart from 32 vs 64bit).
> 
> Ideally this test should be rewritten to load large classes, not these tiny ones, to get a better ratio between metaspace and heap space.

Maybe, there is something special on Oracle's aarch64 platforms.
All our aarch64 machines fail to reproduce the OOME.

I've asked the help of @dcubed-ojdk to test with `-Xmx1g` and `-Xmx2g`.
If it still fails, I'd like to revert the change.

Thanks.

-------------

PR: https://git.openjdk.java.net/jdk/pull/4076


More information about the hotspot-runtime-dev mailing list