changeset 1897:26cd5261f8c6

Merge
author lana
date Thu, 04 Nov 2010 15:32:01 -0700
parents 086898a88056 (diff) 806d0c037e6b (current diff)
children 31aff7f873c6 79401ff1d56d
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/test/compiler/6857159/Test6857159.java	Thu Oct 28 13:31:30 2010 -0700
+++ b/test/compiler/6857159/Test6857159.java	Thu Nov 04 15:32:01 2010 -0700
@@ -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;