OpenJDK / jdk / hs
changeset 46731:71f1b50a1c6c
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
author | aharlap |
---|---|
date | Tue, 25 Jul 2017 13:28:14 -0400 |
parents | 01dc8e9d2da3 |
children | 05423d4b10d2 |
files | hotspot/test/gc/TestFullGCALot.java |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 {