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>