test/jdk/java/awt/Frame/DisposeStressTest/DisposeStressTest.html
changeset 54231 e4813eded7cb
parent 54230 d9d9655bb077
child 54232 7c11a7cc7c1d
equal deleted inserted replaced
54230:d9d9655bb077 54231:e4813eded7cb
     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>