--- old/test/gc/arguments/TestInitialTenuringThreshold.java 2015-02-11 16:21:52.115264098 -0500 +++ new/test/gc/arguments/TestInitialTenuringThreshold.java 2015-02-11 16:21:51.995257277 -0500 @@ -69,7 +69,7 @@ runWithThresholds(9, 8, true); runWithThresholds(-1, 8, true); runWithThresholds(8, -1, true); - runWithThresholds(16, 8, true); - runWithThresholds(8, 17, true); + runWithThresholds(32, 8, true); + runWithThresholds(8, 33, true); } } \ No newline at end of file