-
Bug
-
Resolution: Fixed
-
P3
-
7-pool, 8-pool, 9
-
Reproducible on both FireFox and Safari
-
b22
-
os_x
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8047249 | 8u25 | Anton Nashatyrev | P3 | Resolved | Fixed | b03 |
JDK-8046427 | 8u20 | Anton Nashatyrev | P3 | Resolved | Fixed | b19 |
JDK-8053155 | emb-8u26 | Anton Nashatyrev | P3 | Resolved | Fixed | b17 |
JDK-8044327 | 7u80 | Anton Nashatyrev | P3 | Resolved | Fixed | b01 |
JDK-8060805 | 7u79 | Anton Nashatyrev | P3 | Resolved | Fixed | b01 |
JDK-8057240 | 7u76 | Anton Nashatyrev | P3 | Closed | Fixed | b01 |
At this stage the EmbededFrame for this applet is already created: PluginMain.handleStartAppletMessage() invokes first AppletFrameCreator and then StartAppletRunner, the first one creates an EmbeddedFrame the second one starts the Applet execution. While the applet execution is being started the Applet2Manager.checkRunningJVMArgsSatisfying() finds out that the current JVM we are running in is 'unhealthy' for some reasons (too many Threads are started or too few memory left) and throws JreSelectException
The exception is handled and processed in the Plugin2Manager.AppletExecutionRunnable.run(), which calls parentWindow.dispose(). This disposal of the Applet frame is a bit different than in a normal Applet lifecycle and it doesn't ignore such calls as setSize() in the future.
The above means that this exception normally shouldn't affect the workflow of an applet because the Frame which generates exception is already disposed in favor of a new Applet Frame in another JVM.
See more details in
- backported by
-
JDK-8044327 NPE in sun.lwawt.macosx.CEmbeddedFrame.getLayerPtr during applet startup
-
- Resolved
-
-
JDK-8046427 NPE in sun.lwawt.macosx.CEmbeddedFrame.getLayerPtr during applet startup
-
- Resolved
-
-
JDK-8047249 NPE in sun.lwawt.macosx.CEmbeddedFrame.getLayerPtr during applet startup
-
- Resolved
-
-
JDK-8053155 NPE in sun.lwawt.macosx.CEmbeddedFrame.getLayerPtr during applet startup
-
- Resolved
-
-
JDK-8060805 NPE in sun.lwawt.macosx.CEmbeddedFrame.getLayerPtr during applet startup
-
- Resolved
-
-
JDK-8057240 NPE in sun.lwawt.macosx.CEmbeddedFrame.getLayerPtr during applet startup
-
- Closed
-
- blocks
-
JDK-8021383 [mac] When many applets on page not all of them are loaded
-
- Closed
-
- relates to
-
JDK-8044105 [mac] Plugin2Manager incorrectly disposes Applet window on JreSelectException
-
- Closed
-