提交 236493cd 编写于 作者: E egahlin

7141544: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails

Reviewed-by: sla
上级 d717b530
...@@ -60,7 +60,7 @@ public class $1 { ...@@ -60,7 +60,7 @@ public class $1 {
public static void main(String[] args) { public static void main(String[] args) {
for (int i = 0; i < 10; i++) { for (int i = 0; i < 10; i++) {
System.out.println("top of loop"); // @1 breakpoint System.out.println("top of loop"); // @1 breakpoint
init(1000000); init(500000);
objList.clear(); objList.clear();
System.gc(); System.gc();
System.out.println("bottom of loop"); // @1 breakpoint System.out.println("bottom of loop"); // @1 breakpoint
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册