-
Bug
-
Resolution: Fixed
-
P3
-
9, 11, 13, 18, 19
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8278650 | 19 | David Holmes | P3 | Resolved | Fixed | b02 |
java/lang/management/ThreadMXBean/ThreadLists.java fails intermittently:
----------System.out:(4/127)----------
ThreadGroup: 8 active thread(s)
Thread: 8 stack trace(s) returned
ThreadMXBean: 7 live threads(s)
ThreadMXBean: 7 thread Id(s)
----------System.err:(12/626)----------
java.lang.RuntimeException: inconsistent results
at ThreadLists.main(ThreadLists.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException
----------System.out:(4/127)----------
ThreadGroup: 8 active thread(s)
Thread: 8 stack trace(s) returned
ThreadMXBean: 7 live threads(s)
ThreadMXBean: 7 thread Id(s)
----------System.err:(12/626)----------
java.lang.RuntimeException: inconsistent results
at ThreadLists.main(ThreadLists.java:67)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:502)
at com.sun.javatest.regtest.agent.MainActionHelper$SameVMRunnable.run(MainActionHelper.java:218)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.RuntimeException
- backported by
-
JDK-8278650 java/lang/management/ThreadMXBean/ThreadLists.java fails intermittently
- Resolved
- relates to
-
JDK-8151797 java/lang/management/ThreadMXBean/ThreadLists.java : inconsistent results
- Closed