jdk/test/java/awt/EventDispatchThread/LoopRobustness/LoopRobustness.html
changeset 31448 1066345d2a8a
parent 23010 6dadb192ad81
child 46151 5fa789776f7d
equal deleted inserted replaced
31447:a5d56b872e3a 31448:1066345d2a8a
     1 <!--
     1 <!--
     2  Copyright (c) 1998, 2013, Oracle and/or its affiliates. All rights reserved.
     2  Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
     3  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4 
     4 
     5  This code is free software; you can redistribute it and/or modify it
     5  This code is free software; you can redistribute it and/or modify it
     6  under the terms of the GNU General Public License version 2 only, as
     6  under the terms of the GNU General Public License version 2 only, as
     7  published by the Free Software Foundation.
     7  published by the Free Software Foundation.
    26         @bug 4023283
    26         @bug 4023283
    27         @summary Checks that an Error which propogate up to the EventDispatch
    27         @summary Checks that an Error which propogate up to the EventDispatch
    28         loop does not crash AWT.
    28         loop does not crash AWT.
    29         @author Andrei Dmitriev: area=awt.event
    29         @author Andrei Dmitriev: area=awt.event
    30         @library ../../regtesthelpers
    30         @library ../../regtesthelpers
       
    31         @modules java.desktop/sun.awt
    31         @build Util
    32         @build Util
    32         @run main LoopRobustness
    33         @run main LoopRobustness
    33   -->
    34   -->
    34   <HEAD>
    35   <HEAD>
    35   <TITLE>LoopRobustness</TITLE>
    36   <TITLE>LoopRobustness</TITLE>