test/jdk/com/sun/jdi/BreakpointWithFullGC.java
changeset 51648 b7b69bc93a2d
parent 51596 b8eea2a7569a
equal deleted inserted replaced
51647:11ad7d302a94 51648:b7b69bc93a2d
    65     public static void main(String argv[]) {
    65     public static void main(String argv[]) {
    66         new BreakpointWithFullGC().run();
    66         new BreakpointWithFullGC().run();
    67     }
    67     }
    68 
    68 
    69     private BreakpointWithFullGC() {
    69     private BreakpointWithFullGC() {
    70         super(new Jdb.LaunchOptions(DEBUGGEE_CLASS)
    70         super(new LaunchOptions(DEBUGGEE_CLASS)
    71                      .addDebuggeeOptions(DEBUGGEE_OPTIONS));
    71                      .addDebuggeeOptions(DEBUGGEE_OPTIONS));
    72     }
    72     }
    73 
    73 
    74     private static final String DEBUGGEE_CLASS = BreakpointWithFullGCTarg.class.getName();
    74     private static final String DEBUGGEE_CLASS = BreakpointWithFullGCTarg.class.getName();
    75     // We don't specify "-Xmx" for debuggee as we have full GCs with any value.
    75     // We don't specify "-Xmx" for debuggee as we have full GCs with any value.