< prev index next >

test/jdk/java/awt/Frame/DisposeParentGC/DisposeParentGC.java

Print this page

        

*** 33,43 **** * @key headful * @summary Display a dialog with a parent, the dialog contains all awt components * added to it & each components are setted with different cursors types. * Dispose the parent & collect GC. Garbage collection should happen * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) ! * @library ../../../../lib/testlibrary * @build ExtendedRobot * @run main/othervm -Xmx20m DisposeParentGC */ public class DisposeParentGC { --- 33,43 ---- * @key headful * @summary Display a dialog with a parent, the dialog contains all awt components * added to it & each components are setted with different cursors types. * Dispose the parent & collect GC. Garbage collection should happen * @author Dmitriy Ermashov (dmitriy.ermashov@oracle.com) ! * @library ../../../../lib/client * @build ExtendedRobot * @run main/othervm -Xmx20m DisposeParentGC */ public class DisposeParentGC {
< prev index next >