RFR: 8322330: JavadocHelperTest.java OOMEs with Parallel GC and ZGC
Jan Lahoda
jlahoda at openjdk.org
Tue Jan 9 16:18:32 UTC 2024
On Mon, 8 Jan 2024 13:23:02 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:
> 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
FWIW - I don't mind the change. I think it is more for the GC people if they are fine with some GC requiring more memory than others, or if they want to investigate further. The validity of the javadoc-related test is not affected by this, I think.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/17304#issuecomment-1883352387
More information about the hotspot-gc-dev
mailing list