8183973: gc/TestFullGCALot.java fails in JDK10-hs nightly
Summary: Provide extra NewSize to avoid failure in running test with UseDeterministicG1GC option.
Reviewed-by: mgerdin, eosterlund
--- a/hotspot/test/gc/TestFullGCALot.java Tue Jul 25 10:15:29 2017 -0400
+++ b/hotspot/test/gc/TestFullGCALot.java Tue Jul 25 13:28:14 2017 -0400
@@ -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 {