author | egahlin |
Wed, 20 Nov 2013 12:32:13 +0100 | |
changeset 21827 | 4c92731f1b45 |
parent 21826 | 0717328e7067 |
child 21828 | 5c9519eb783c |
--- a/jdk/test/com/sun/jdi/BreakpointWithFullGC.sh Tue Nov 19 15:05:30 2013 -0800 +++ b/jdk/test/com/sun/jdi/BreakpointWithFullGC.sh Wed Nov 20 12:32:13 2013 +0100 @@ -60,7 +60,7 @@ 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