changeset 1898:31aff7f873c6

Merge
author trims
date Wed, 10 Nov 2010 21:22:56 -0800
parents 698b7b727e12 (current diff) 26cd5261f8c6 (diff)
children 84d114b9170e
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/6857159/Test6857159.java	Wed Nov 10 20:38:30 2010 -0800
+++ b/test/compiler/6857159/Test6857159.java	Wed Nov 10 21:22:56 2010 -0800
@@ -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;