test/jdk/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.java
changeset 54231 e4813eded7cb
parent 47216 71c04702a3d5
equal deleted inserted replaced
54230:d9d9655bb077 54231:e4813eded7cb
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /**
    24 /**
    25  *
    25  * @test
    26  * @bug 4023283
    26  * @bug 4023283
    27  * @key headful
    27  * @key headful
    28  * @summary Checks that an Error which propogates up to the EventDispatch
    28  * @summary Checks that an Error which propogates up to the EventDispatch
    29  * loop does not crash AWT.
    29  * loop does not crash AWT.
    30  * @author Andrei Dmitriev: area=awt.event
    30  * @author Andrei Dmitriev: area=awt.event
    31  * @library ../../regtesthelpers
    31  * @library ../../regtesthelpers
       
    32  * @modules java.desktop/sun.awt
    32  * @build Util
    33  * @build Util
    33  * @run main LoopRobustness
    34  * @run main LoopRobustness
    34  */
    35  */
    35 
    36 
    36 import java.awt.*;
    37 import java.awt.*;