# HG changeset patch # User trims # Date 1289452976 28800 # Node ID 31aff7f873c677044495003cf1ca06099f49fc46 # Parent 698b7b727e12de44139d8cca6ab9a494ead13253# Parent 26cd5261f8c6a22752d3016c9bf4f44bddf0588e Merge diff -r 698b7b727e12 -r 31aff7f873c6 test/compiler/6857159/Test6857159.java --- 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;