提交 77aef5f1 编写于 作者: P ptisnovs

6997495: correction of regression test compiler/6857159/Test6857159

Summary: Testcase correction.
Reviewed-by: never
上级 26df5657
......@@ -54,7 +54,7 @@ public class Test6857159 extends Thread {
}
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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册