test/jdk/java/awt/Frame/DisposeStressTest/DisposeStressTest.html
branchniosocketimpl-branch
changeset 57278 bf925a3ee68a
parent 57277 d2b2a4edbfe7
parent 54246 f04e3492fd88
child 57279 7ac883a2d8f5
equal deleted inserted replaced
57277:d2b2a4edbfe7 57278:bf925a3ee68a
     1 <html>
       
     2 <!--  
       
     3   @test
       
     4   @key headful
       
     5   @bug 4051487 4145670
       
     6   @summary Tests that disposing of an empty Frame or a Frame with a MenuBar
       
     7            while it is being created does not crash the VM.
       
     8   @author dpm area=Threads
       
     9   @run applet/timeout=7200 DisposeStressTest.html
       
    10   -->
       
    11 <head>
       
    12 <title>DisposeStressTest</title>
       
    13 </head>
       
    14 <body>
       
    15 
       
    16 <h1>DisposeStressTest<br>Bug ID: 4051487, 4145670</h1>
       
    17 
       
    18 <p> This is an AUTOMATIC test, simply wait for completion </p>
       
    19 
       
    20 <APPLET CODE="DisposeStressTest.class" WIDTH=200 HEIGHT=200></APPLET>
       
    21 </body>
       
    22 </html>