hotspot/test/gc/arguments/TestInitialTenuringThreshold.java
changeset 30169 736fe315ddcb
parent 29678 dd2f3932c21e
child 30604 b8d532cb6420
--- a/hotspot/test/gc/arguments/TestInitialTenuringThreshold.java	Fri Apr 10 14:59:21 2015 +0000
+++ b/hotspot/test/gc/arguments/TestInitialTenuringThreshold.java	Wed Apr 08 15:49:29 2015 +0300
@@ -70,6 +70,7 @@
     runWithThresholds(10, 0, true);
     runWithThresholds(9, 8, true);
     runWithThresholds(-1, 8, true);
+    runWithThresholds(0, -1, true);
     runWithThresholds(8, -1, true);
     runWithThresholds(16, 8, true);
     runWithThresholds(8, 17, true);