From 149e9c6e546a8529fbfbd4b27edf391039852bbb Mon Sep 17 00:00:00 2001 From: Alexander Harlap Date: Tue, 25 Jul 2017 13:28:14 -0400 Subject: [PATCH] 8183973: gc/TestFullGCALot.java fails in JDK10-hs nightly Provide extra NewSize to avoid failure in running test with UseDeterministicG1GC option. Reviewed-by: mgerdin, eosterlund --- hotspot/test/gc/TestFullGCALot.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hotspot/test/gc/TestFullGCALot.java b/hotspot/test/gc/TestFullGCALot.java index ca4a2388697..19ac9641cd2 100644 --- a/hotspot/test/gc/TestFullGCALot.java +++ b/hotspot/test/gc/TestFullGCALot.java @@ -25,9 +25,9 @@ * @test TestFullGCALot * @key gc * @bug 4187687 - * @summary Ensure no acess violation when using FullGCALot + * @summary Ensure no access violation when using FullGCALot * @requires vm.debug - * @run main/othervm -XX:+FullGCALot -XX:FullGCALotInterval=120 TestFullGCALot + * @run main/othervm -XX:NewSize=10m -XX:+FullGCALot -XX:FullGCALotInterval=120 TestFullGCALot */ public class TestFullGCALot {