6997495: correction of regression test compiler/6857159/Test6857159

Testcase correction.

Reviewed-by: never
This commit is contained in:
Pavel Tisnovsky 2010-11-04 14:03:12 +01:00
parent df7769a808
commit f37b5faab7

View File

@ -54,7 +54,7 @@ public class Test6857159 extends Thread {
} }
public static void main(String[] args) throws Exception { 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; Thread t = null;
switch (i % 3) { switch (i % 3) {
case 0: t = new ct0(); break; case 0: t = new ct0(); break;