1 <html>
   2 <!--  
   3   @test
   4   @bug 4051487 4145670
   5   @summary Tests that disposing of an empty Frame or a Frame with a MenuBar
   6            while it is being created does not crash the VM.
   7   @author dpm area=Threads
   8   @run applet/timeout=7200 DisposeStressTest.html
   9   -->
  10 <head>
  11 <title>DisposeStressTest</title>
  12 </head>
  13 <body>
  14 
  15 <h1>DisposeStressTest<br>Bug ID: 4051487, 4145670</h1>
  16 
  17 <p> This is an AUTOMATIC test, simply wait for completion </p>
  18 
  19 <APPLET CODE="DisposeStressTest.class" WIDTH=200 HEIGHT=200></APPLET>
  20 </body>
  21 </html>