8183973: gc/TestFullGCALot.java fails in JDK10-hs nightly
authoraharlap
Tue, 25 Jul 2017 13:28:14 -0400
changeset 46731 71f1b50a1c6c
parent 46730 01dc8e9d2da3
child 46732 05423d4b10d2
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
hotspot/test/gc/TestFullGCALot.java
--- 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 {