Integrated: 8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1
Ramkumar Sunderbabu
rsunderbabu at openjdk.org
Mon Aug 8 15:12:34 UTC 2022
On Mon, 25 Jul 2022 16:09:27 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.
This pull request has now been integrated.
Changeset: 7db5abdd
Author: Ramkumar Sunderbabu <rsunderbabu at openjdk.org>
Committer: Leonid Mesnik <lmesnik at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/7db5abddd126db388b1a7f89be258e8aa7104da7
Stats: 18 lines in 1 file changed: 12 ins; 0 del; 6 mod
8282642: vmTestbase/gc/gctests/LoadUnloadGC2/LoadUnloadGC2.java fails intermittently with exit code 1
Reviewed-by: lmesnik
-------------
PR: https://git.openjdk.org/jdk/pull/9628
More information about the hotspot-gc-dev
mailing list