6997495: correction of regression test compiler/6857159/Test6857159
authorptisnovs
Thu, 04 Nov 2010 14:03:12 +0100
changeset 7097 767197e73343
parent 6726 750c1ccb2f2d
child 7098 fc99b9a4bee3
6997495: correction of regression test compiler/6857159/Test6857159 Summary: Testcase correction. Reviewed-by: never
hotspot/test/compiler/6857159/Test6857159.java
--- a/hotspot/test/compiler/6857159/Test6857159.java	Wed Jul 05 17:24:21 2017 +0200
+++ b/hotspot/test/compiler/6857159/Test6857159.java	Thu Nov 04 14:03:12 2010 +0100
@@ -54,7 +54,7 @@
     }
 
     public static void main(String[] args) throws Exception {
-        for (int i = 0; i < 100000; i++) {
+        for (int i = 0; i < 20000; i++) {
             Thread t = null;
             switch (i % 3) {
               case 0: t = new ct0(); break;