--- old/test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java 2018-11-26 17:43:44.000000000 -0800 +++ new/test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java 2018-11-26 17:43:44.000000000 -0800 @@ -22,13 +22,14 @@ */ /** - * + * @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 */