-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 21, 26
-
Component/s: core-svc
-
b13
-
master
getThreadUserTime will return total (system + user) time if called with e.g. ManagementFactory.getThreadMXBean().getThreadUserTime(Thread.currentThread().threadId()).
The specification for this methods states that only user-level CPU time would ever be returned on success.
The specification for this methods states that only user-level CPU time would ever be returned on success.
- caused by
-
JDK-8303242 ThreadMXBean issues with virtual threads
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/08c16c38
-
Review(master)
openjdk/jdk/28545