Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2024071 | 1.1.3 | Tao Ma | P4 | Resolved | Fixed | b01 |
JDK-2024070 | 1.1.2_003 | Tao Ma | P4 | Resolved | Fixed | b03 |
release: java plugin 1.1.1
reproduce:
1. save the attached files in a directoy
sample2.html
F3main.html
F4main.html
F3main.java
F4main.java
compile the java files.
2. in netscape, load sample2.html, it will show two panes
3. click the start button in the top pane.
4. the bug is the applet disappear and netscape popup "java VM process died"
if java plugin console was opened the last thing it prints out is:
Java process: java.lang.NullPointerException
java.lang.NullPointerException
at sun.plugin.AppletViewer.onClose(AppletViewer.java:382)
at
sun.plugin.navig.motif.MotifAppletViewer.destroy(MotifAppletViewer.java:224)
at sun.plugin.navig.motif.Plugin.doit(Plugin.java:176)
at sun.plugin.navig.motif.Plugin.start(Plugin.java:51)
if the bug is not reproduced adjust the sleep(..) value in F3main.java
tao.ma@Eng 1998-12-01
reproduce:
1. save the attached files in a directoy
sample2.html
F3main.html
F4main.html
F3main.java
F4main.java
compile the java files.
2. in netscape, load sample2.html, it will show two panes
3. click the start button in the top pane.
4. the bug is the applet disappear and netscape popup "java VM process died"
if java plugin console was opened the last thing it prints out is:
Java process: java.lang.NullPointerException
java.lang.NullPointerException
at sun.plugin.AppletViewer.onClose(AppletViewer.java:382)
at
sun.plugin.navig.motif.MotifAppletViewer.destroy(MotifAppletViewer.java:224)
at sun.plugin.navig.motif.Plugin.doit(Plugin.java:176)
at sun.plugin.navig.motif.Plugin.start(Plugin.java:51)
if the bug is not reproduced adjust the sleep(..) value in F3main.java
tao.ma@Eng 1998-12-01
- backported by
-
JDK-2024070 jvm process died when repeat loading an applet
-
- Resolved
-
-
JDK-2024071 jvm process died when repeat loading an applet
-
- Resolved
-