-
Bug
-
Resolution: Fixed
-
P3
-
8, 9
-
b61
-
x86_64
-
windows_7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084672 | emb-9 | Semyon Sadetsky | P3 | Resolved | Fixed | team |
JDK-8086907 | 8u65 | Semyon Sadetsky | P3 | Resolved | Fixed | b01 |
JDK-8074863 | 8u60 | Semyon Sadetsky | P3 | Resolved | Fixed | b16 |
JDK-8138149 | emb-8u65 | Unassigned | P3 | Resolved | Fixed | b01 |
JDK-8081168 | emb-8u60 | Semyon Sadetsky | P3 | Resolved | Fixed | team |
FULL PRODUCT VERSION :
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) Client VM (build 25.31-b07, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
By using the system tray icon demo application http://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#TrayIconDemo and modifing the title of a popup to : "TachoSafe RDU Manager - pro_drivers - Driver Card download Error"
like this :
trayIcon.displayMessage("TachoSafe RDU Manager - pro_drivers - Driver Card download Error",
"This is an error message", TrayIcon.MessageType.ERROR);
Java will freez.
I thought the problem could be that if i put more than 63 characters in the title, but no, or exactly 64 characters, but no.
REGRESSION. Last worked in version 7u76
ADDITIONAL REGRESSION INFORMATION:
java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b19)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
By using the system tray icon demo application http://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#TrayIconDemo and modifing the title of a popup to : "TachoSafe RDU Manager - pro_drivers - Driver Card download Error"
like this :
trayIcon.displayMessage("TachoSafe RDU Manager - pro_drivers - Driver Card download Error",
"This is an error message", TrayIcon.MessageType.ERROR);
REPRODUCIBILITY :
This bug can be reproduced always.
SUPPORT :
YES
java version "1.8.0_31"
Java(TM) SE Runtime Environment (build 1.8.0_31-b13)
Java HotSpot(TM) Client VM (build 25.31-b07, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Microsoft Windows [Version 6.1.7601]
A DESCRIPTION OF THE PROBLEM :
By using the system tray icon demo application http://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#TrayIconDemo and modifing the title of a popup to : "TachoSafe RDU Manager - pro_drivers - Driver Card download Error"
like this :
trayIcon.displayMessage("TachoSafe RDU Manager - pro_drivers - Driver Card download Error",
"This is an error message", TrayIcon.MessageType.ERROR);
Java will freez.
I thought the problem could be that if i put more than 63 characters in the title, but no, or exactly 64 characters, but no.
REGRESSION. Last worked in version 7u76
ADDITIONAL REGRESSION INFORMATION:
java version "1.7.0_65"
Java(TM) SE Runtime Environment (build 1.7.0_65-b19)
Java HotSpot(TM) 64-Bit Server VM (build 24.65-b04, mixed mode)
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
By using the system tray icon demo application http://docs.oracle.com/javase/tutorial/uiswing/examples/misc/index.html#TrayIconDemo and modifing the title of a popup to : "TachoSafe RDU Manager - pro_drivers - Driver Card download Error"
like this :
trayIcon.displayMessage("TachoSafe RDU Manager - pro_drivers - Driver Card download Error",
"This is an error message", TrayIcon.MessageType.ERROR);
REPRODUCIBILITY :
This bug can be reproduced always.
SUPPORT :
YES
- backported by
-
JDK-8074863 System tray icon title freezes java
-
- Resolved
-
-
JDK-8081168 System tray icon title freezes java
-
- Resolved
-
-
JDK-8084672 System tray icon title freezes java
-
- Resolved
-
-
JDK-8086907 System tray icon title freezes java
-
- Resolved
-
-
JDK-8138149 System tray icon title freezes java
-
- Resolved
-