-
Enhancement
-
Resolution: Fixed
-
P4
-
6
-
b53
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8073712 | 9 | Jeremy Manson | P4 | Resolved | Fixed | b53 |
JDK-8084567 | emb-9 | Jeremy Manson | P4 | Resolved | Fixed | team |
RFE 6588263 asks for JConsole to show in its Threads tab whether threads are daemon threads or not. But it can't currently do that because that information is not available from the ThreadMXBean. A simple way to make it available would be to add a "boolean isDaemon()" method to ThreadInfo. Looking over the other getters in java.lang.Thread, we could perhaps add getPriority() and getThreadGroupName() as well.
This is an API change so cannot be made before the next major release.
This is an API change so cannot be made before the next major release.
- backported by
-
JDK-8073712 Add isDaemon() and getPriority() to ThreadInfo
-
- Resolved
-
-
JDK-8084567 Add isDaemon() and getPriority() to ThreadInfo
-
- Resolved
-
- relates to
-
JDK-8023908 java.lang.management.ThreadInfo lacks information about thread group
-
- Closed
-
-
JDK-4799761 JDI: ThreadReference should expose more fields in java.lang.Thread
-
- Closed
-
-
JDK-6588263 JConsole should indicate which threads are daemon and which are not
-
- Closed
-