diff --git a/test/com/sun/jdi/BreakpointWithFullGC.sh b/test/com/sun/jdi/BreakpointWithFullGC.sh index ef0da8804a210e72f9212278ac0adb21efbf0171..e358487d3be726f1bfa4897e842be99c8a07b6d0 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