6997495: correction of regression test compiler/6857159/Test6857159
Testcase correction. Reviewed-by: never
This commit is contained in:
parent
df7769a808
commit
f37b5faab7
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user