Need sponsor to push attached 8183973 into jdk10/hs/hostspt
Alexander Harlap
alexander.harlap at oracle.com
Tue Jul 25 17:37:41 UTC 2017
I need a sponsor to push attached 8183973.patch - gc/TestFullGCALot.java
fails in JDK10-hs nightly
Patch should go into jdk10/hs/hotspot
Reviewed by Mikael Gerdin and Erik Osterlund.
Thank you,
Alex
-------------- next part --------------
# HG changeset patch
# User aharlap
# Date 1501003694 14400
# Node ID 04c3d66bb13df8553920ec275fb246f96190783a
# Parent 0a22e4ef496e290dc1f4d87b87763c551f72cf23
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
diff -r 0a22e4ef496e -r 04c3d66bb13d test/gc/TestFullGCALot.java
--- a/test/gc/TestFullGCALot.java Mon Jul 24 22:56:43 2017 +0000
+++ b/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 {
More information about the hotspot-gc-dev
mailing list