提交 068784b7 编写于 作者: T twisti

6771058: TEST_BUG: java/lang/ref/Basic.java may fail with -server -Xcomp

Reviewed-by: dholmes, mchung
上级 79fa9657
......@@ -105,6 +105,7 @@ public class Basic {
System.err.println("GC " + i);
Thread.sleep(10);
System.gc();
System.runFinalization();
showReferences();
while ((r = q2.poll()) != null) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册