-
Bug
-
Resolution: Fixed
-
P4
-
7
-
b15
-
generic
-
linux
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8018787 | 7u45 | Chris Hegarty | P4 | Closed | Fixed | b01 |
JDK-8007964 | 7u40 | Chris Hegarty | P4 | Closed | Fixed | b14 |
JDK-8010588 | 7u25 | Chris Hegarty | P4 | Closed | Fixed | b03 |
JDK-8008866 | 7u21 | Chris Hegarty | P4 | Closed | Fixed | b02 |
java/lang/ThreadGroup/NullThreadName.java fails in fastdebug mode on linux-amd64
with
----------messages:(3/127)----------
command: main NullThreadName
reason: Assumed action based on file name: run main NullThreadName
elapsed time (seconds): 0.716
----------System.out:(3/117)----------
OK, caught expected java.lang.NullPointerException: name cannot be null
Good Thread started...
Good Thread finishing
----------System.err:(13/768)----------
java.lang.AssertionError: Failed: Thread group is not destroyed.
at NullThreadName.main(NullThreadName.java:72)
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 -server -Xmixed, but fails with -client too.
with
----------messages:(3/127)----------
command: main NullThreadName
reason: Assumed action based on file name: run main NullThreadName
elapsed time (seconds): 0.716
----------System.out:(3/117)----------
OK, caught expected java.lang.NullPointerException: name cannot be null
Good Thread started...
Good Thread finishing
----------System.err:(13/768)----------
java.lang.AssertionError: Failed: Thread group is not destroyed.
at NullThreadName.main(NullThreadName.java:72)
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 -server -Xmixed, but fails with -client too.
- backported by
-
JDK-8007964 java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
-
- Closed
-
-
JDK-8008866 java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
-
- Closed
-
-
JDK-8010588 java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
-
- Closed
-
-
JDK-8018787 java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
-
- Closed
-