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
This commit is contained in:
Alexander Harlap 2017-07-25 13:28:14 -04:00
parent 270ecb9bbc
commit 149e9c6e54

View File

@ -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 {