-
Bug
-
Resolution: Fixed
-
P4
-
6u12, 7
-
b15
-
generic
-
solaris
-
Verified
java/util/Timer/KillThread.java fails in fastdebug mode on Solaris with
----------messages:(3/120)----------
command: main KillThread
reason: Assumed action based on file name: run main KillThread
elapsed time (seconds): 63.846
----------System.out:(0/0)----------
----------System.err:(13/685)----------
java.lang.Exception: We failed silently
at KillThread.main(KillThread.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:713)
originally failed with -Xcomp -server, but seemed to fail with default options too,
just more intermittent.
----------messages:(3/120)----------
command: main KillThread
reason: Assumed action based on file name: run main KillThread
elapsed time (seconds): 63.846
----------System.out:(0/0)----------
----------System.err:(13/685)----------
java.lang.Exception: We failed silently
at KillThread.main(KillThread.java:57)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:713)
originally failed with -Xcomp -server, but seemed to fail with default options too,
just more intermittent.
- relates to
-
JDK-6818464 TEST_BUG: java/util/Timer/KillThread.java failing intermittently
-
- Closed
-
-
JDK-7114125 TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
-
- Closed
-