-
Bug
-
Resolution: Fixed
-
P3
-
7
While running the SpashScreen test ie. jdk/test/close/java/awt/SpashScreen/test18.sh
the dog will forever be wagging its tail at you.
The test in itself will fail with the following error in the logs:
Exception in thread "main" java.lang.UnsatisfiedLinkError: sun.awt.X11.XToolkit.getTrayIconDisplayTimeout()J
at sun.awt.X11.XToolkit.getTrayIconDisplayTimeout(Native Method)
at sun.awt.X11.XTrayIconPeer.<init>(XTrayIconPeer.java:233)
at sun.awt.X11.XToolkit.createTrayIcon(XToolkit.java:1144)
at java.awt.TrayIcon.addNotify(TrayIcon.java:689)
at java.awt.SystemTray.add(SystemTray.java:263)
at TrayIconClosesSplash.main(TrayIconClosesSplash.java:20)
the dog will forever be wagging its tail at you.
The test in itself will fail with the following error in the logs:
Exception in thread "main" java.lang.UnsatisfiedLinkError: sun.awt.X11.XToolkit.getTrayIconDisplayTimeout()J
at sun.awt.X11.XToolkit.getTrayIconDisplayTimeout(Native Method)
at sun.awt.X11.XTrayIconPeer.<init>(XTrayIconPeer.java:233)
at sun.awt.X11.XToolkit.createTrayIcon(XToolkit.java:1144)
at java.awt.TrayIcon.addNotify(TrayIcon.java:689)
at java.awt.SystemTray.add(SystemTray.java:263)
at TrayIconClosesSplash.main(TrayIconClosesSplash.java:20)
- relates to
-
JDK-7038599 (build) check for unexported symbols in mapfile
-
- Closed
-
-
JDK-7030063 AWT support for SE-Embedded integration
-
- Closed
-