From 236493cd6b0f43f739faa88dfa2a930b9c727053 Mon Sep 17 00:00:00 2001 From: egahlin Date: Wed, 20 Nov 2013 12:32:13 +0100 Subject: [PATCH] 7141544: TEST_BUG: com/sun/jdi/BreakpointWithFullGC.sh fails Reviewed-by: sla --- test/com/sun/jdi/BreakpointWithFullGC.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/com/sun/jdi/BreakpointWithFullGC.sh b/test/com/sun/jdi/BreakpointWithFullGC.sh index ef0da8804..e358487d3 100644 --- a/test/com/sun/jdi/BreakpointWithFullGC.sh +++ b/test/com/sun/jdi/BreakpointWithFullGC.sh @@ -60,7 +60,7 @@ public class $1 { public static void main(String[] args) { for (int i = 0; i < 10; i++) { System.out.println("top of loop"); // @1 breakpoint - init(1000000); + init(500000); objList.clear(); System.gc(); System.out.println("bottom of loop"); // @1 breakpoint -- GitLab