-
Bug
-
Resolution: Duplicate
-
P2
-
None
-
6
-
None
Tested on windows XP machine.
Install Mustang b08.
Start a IE window. enable java console.
Go to:
http://javaweb.sfbay.sun.com/~ngthomas/applet/swingset/
There is 10 swingset2 applet link listed, try to load each of them in the same browser session. e.g click on 1, which will start the loading of the swingset2 applet, after it finish loading and started, click back on the same browser, and click on 2.
Continue and see if you can run all 10 listed.
after 5 or so, you will get outofmemory errors:
java.lang.OutOfMemoryError: Java heap space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
This is happening since mustang b08; b07 or earlier has not problem, tiger also has no problem.
If you replace the following class files from b07 rt.jar into b08 rt.jar, problem seems to go away:
java.awt.Component*.class
java.awt.EventQueue*.class
Now you can run all 10 swingset2 applet in the same browser session without problems.
Install Mustang b08.
Start a IE window. enable java console.
Go to:
http://javaweb.sfbay.sun.com/~ngthomas/applet/swingset/
There is 10 swingset2 applet link listed, try to load each of them in the same browser session. e.g click on 1, which will start the loading of the swingset2 applet, after it finish loading and started, click back on the same browser, and click on 2.
Continue and see if you can run all 10 listed.
after 5 or so, you will get outofmemory errors:
java.lang.OutOfMemoryError: Java heap space
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
This is happening since mustang b08; b07 or earlier has not problem, tiger also has no problem.
If you replace the following class files from b07 rt.jar into b08 rt.jar, problem seems to go away:
java.awt.Component*.class
java.awt.EventQueue*.class
Now you can run all 10 swingset2 applet in the same browser session without problems.
- duplicates
-
JDK-6351698 Regression: 4506928 testcase is passing with 142_10-b03 but failing with 142_11-b01
- Resolved
- relates to
-
JDK-5076963 JNI bugs in sun.awt.windows.WToolkit.eventLoop()
- Resolved
-
JDK-5052169 memory leak triggered by use of Component$NativeInLightFixer
- Closed