RFR: 8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1 [v2]

Leonid Mesnik lmesnik at openjdk.org
Wed Jul 27 02:07:11 UTC 2022


On Tue, 26 Jul 2022 08:52:51 GMT, Ramkumar Sunderbabu <rsunderbabu at openjdk.org> wrote:

>> LoadUnloadGC2 tests the Class unloading during GC. In order to trigger the GC, lots of memory is created at a short interval. Instead of GC getting triggered, the test quickly gets into OOME.
>> Using WhiteBox.fullGC is a cleaner and deterministic way to trigger GC.
>
> Ramkumar Sunderbabu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1

Looks good, please verify that it works with ZGC, ParallelGC, SerialGC.

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

Marked as reviewed by lmesnik (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9628



More information about the hotspot-gc-dev mailing list