< prev index next >

test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java

Print this page

        

@@ -20,17 +20,18 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
 /**
- *
+ * @test
  * @bug 4023283
  * @key headful
  * @summary Checks that an Error which propogates up to the EventDispatch
  * loop does not crash AWT.
  * @author Andrei Dmitriev: area=awt.event
  * @library ../../regtesthelpers
+ * @modules java.desktop/sun.awt
  * @build Util
  * @run main LoopRobustness
  */
 
 import java.awt.*;
< prev index next >