RFR: 8284319: Test runtime/cds/appcds/TestParallelGCWithCDS.java fails in repo-loom
Ioi Lam
iklam at openjdk.java.net
Mon Apr 25 18:52:16 UTC 2022
On Mon, 25 Apr 2022 18:13:55 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> When the TestParallelGCWithCDS.java test is run with the `-Xcomp` and `-XX:MaxRAMPercentage` VM options with loom jdk, an `OutOfMemoryError` could occur early during `initPhase2`.
>
> This change is for adjusting the test to account for the `OutOfMemoryError`.
>
> Ran the test multiple times with the `-Xcomp`, etc. VM options.
Looks good to me, and I think this qualifies as a trivial fix.
-------------
Marked as reviewed by iklam (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/8385
More information about the hotspot-runtime-dev
mailing list