diff -r 84aae7f2f638 -r ae63e0e7af71 hotspot/test/runtime/Throwable/TestThrowable.java --- a/hotspot/test/runtime/Throwable/TestThrowable.java Mon Jun 13 13:52:38 2016 +0200 +++ b/hotspot/test/runtime/Throwable/TestThrowable.java Mon Jun 20 07:45:03 2016 -0400 @@ -38,7 +38,7 @@ // Inner class that throws a lot of exceptions static class Thrower { static int MaxJavaStackTraceDepth = 1024; // as above - int[] depths = {10, 34, 100, 1024, 2042}; + int[] depths = {10, 34, 100, 1023, 1024, 1025}; int count = 0; int getDepth(Throwable t) throws Exception {