hotspot/test/runtime/Throwable/TestThrowable.java
changeset 39397 ae63e0e7af71
parent 38152 80e5da81fb2c
child 40631 ed82623d7831
--- 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 {