DisposeStressTest.html 526 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<html>
<!--  
  @test
  @bug 4051487 4145670
  @summary Tests that disposing of an empty Frame or a Frame with a MenuBar
           while it is being created does not crash the VM.
  @author dpm area=Threads
  @run applet/timeout=7200 DisposeStressTest.html
  -->
<head>
<title>DisposeStressTest</title>
</head>
<body>

<h1>DisposeStressTest<br>Bug ID: 4051487, 4145670</h1>

<p> This is an AUTOMATIC test, simply wait for completion </p>

<APPLET CODE="DisposeStressTest.class" WIDTH=200 HEIGHT=200></APPLET>
</body>
</html>