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:
parent
270ecb9bbc
commit
149e9c6e54
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user