-
Bug
-
Resolution: Fixed
-
P4
-
6u81
-
SLES-12 (64-bit)
-
b02
-
generic
-
linux
-
Fix failed
Test name(s): javax/swing/JPopupMenu/6583251/bug6583251.java
JDK tested: 6u85b13
OS tested:Sles, Windows
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? No
The is failure reproduced:Sles (Passes in Windows)
----------System.out:(0/0)----------
----------System.err:(15/781)----------
java.lang.UnsupportedOperationException
at java.awt.TrayIcon.<init>(TrayIcon.java:131)
at java.awt.TrayIcon.<init>(TrayIcon.java:155)
at bug6583251.main(bug6583251.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:682)
JavaTest Message: Test threw exception: java.lang.UnsupportedOperationException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.UnsupportedOperationException
JDK tested: 6u85b13
OS tested:Sles, Windows
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? No
The is failure reproduced:Sles (Passes in Windows)
----------System.out:(0/0)----------
----------System.err:(15/781)----------
java.lang.UnsupportedOperationException
at java.awt.TrayIcon.<init>(TrayIcon.java:131)
at java.awt.TrayIcon.<init>(TrayIcon.java:155)
at bug6583251.main(bug6583251.java:48)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:682)
JavaTest Message: Test threw exception: java.lang.UnsupportedOperationException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.UnsupportedOperationException
- relates to
-
JDK-7060735 javax/swing/JPopupMenu/6583251/bug6583251.java failed with UnsupportedOperationException
- Closed