RFR: 6913: Add daemon thread information to the console threads view [v2]

Jan S. github.com+924885+jpstotz at openjdk.java.net
Sat Oct 10 16:09:15 UTC 2020


> I had an Java application which did not exit because of a non-daemon thread still running. Therefore I added a column
> to the treads view that displays if a thread is a daemon thread or not.
> oca: has been signed on 2019-01-17 (got positive response from Dalibor Topic on 2019-01-23).

Jan S. has updated the pull request incrementally with one additional commit since the last revision:

  show error message for Java 8 VMs and older that do not provide isDaemon() in java.lang.management.ThreadInfo

-------------

Changes:
  - all: https://git.openjdk.java.net/jmc/pull/110/files
  - new: https://git.openjdk.java.net/jmc/pull/110/files/a726248d..c864b4be

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jmc&pr=110&range=01
 - incr: https://webrevs.openjdk.java.net/?repo=jmc&pr=110&range=00-01

  Stats: 11 lines in 3 files changed: 10 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jmc/pull/110.diff
  Fetch: git fetch https://git.openjdk.java.net/jmc pull/110/head:pull/110

PR: https://git.openjdk.java.net/jmc/pull/110


More information about the jmc-dev mailing list