RFR: 8287799: JFR: Less noisy platform threads with jfr print
Erik Gahlin
egahlin at openjdk.java.net
Fri Jun 3 13:06:06 UTC 2022
Could I have review of a PR that removes "virtual = false" from 'jfr print' if the thread is a platform thread. In case of a virtual thread, it should be sufficient to have "virtual" after the thread ID.
Testing: jdk/jdk/jfr + manual check of output for virtual and platform threads
Thanks
Erik
-------------
Commit messages:
- Initial
Changes: https://git.openjdk.java.net/jdk/pull/9014/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=9014&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8287799
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/9014.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/9014/head:pull/9014
PR: https://git.openjdk.java.net/jdk/pull/9014
More information about the hotspot-jfr-dev
mailing list