RFR: 8284319: Test runtime/cds/appcds/TestParallelGCWithCDS.java fails in repo-loom

Calvin Cheung ccheung at openjdk.java.net
Mon Apr 25 20:44:17 UTC 2022


On Mon, 25 Apr 2022 18:48:59 GMT, Ioi Lam <iklam 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.

@iklam Thanks for the review.

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

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


More information about the hotspot-runtime-dev mailing list