changeset 1896:086898a88056

6997495: correction of regression test compiler/6857159/Test6857159 Summary: Testcase correction. Reviewed-by: never
author ptisnovs
date Thu, 04 Nov 2010 14:03:12 +0100
parents 68d6141ea19d
children 26cd5261f8c6
files test/compiler/6857159/Test6857159.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/6857159/Test6857159.java	Thu Oct 07 15:12:06 2010 -0700
+++ b/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;