RFR: 8323181: JavadocHelperTest.java OOMEs with Parallel GC and ZGC
Thomas Schatzl
tschatzl at openjdk.org
Mon Jan 8 13:28:29 UTC 2024
Hi all,
please review this small fix to increase max heap size for the test to let it pass with GenZGC and Parallel GC as well.
The test has at least 660m of live data, so the default 768m provided by testng is too small for these collectors.
Testing: local testing
Hth,
Thomas
-------------
Commit messages:
- increase max heap size to let the test pass
Changes: https://git.openjdk.org/jdk/pull/17304/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17304&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8323181
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/17304.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/17304/head:pull/17304
PR: https://git.openjdk.org/jdk/pull/17304
More information about the compiler-dev
mailing list