Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176805 | 7 | Erik Trimble | P3 | Closed | Fixed | b03 |
JDK-2143899 | 6u4 | Serguei Spitsyn | P4 | Resolved | Fixed | b01 |
In JDK 6 b91, we fixed 6200022 to provide a way to use the Linux Posix thread CPU clock. The CPU time implementation is shared by both JVM TI and java.lang.management. The fix was only made to JVM TI but not java.lang.management. We should make the ise of the Linux Posix thread CPU clock for java.lang.management too.
The NetBeans profiler is currently using ThreadMXBean (Java API) to get the CPU time.
The NetBeans profiler is currently using ThreadMXBean (Java API) to get the CPU time.
- backported by
-
JDK-2143899 ThreadMXBean.getCurrentThreadCpuTime() should use the posix clock implementation on Linux
-
- Resolved
-
-
JDK-2176805 ThreadMXBean.getCurrentThreadCpuTime() should use the posix clock implementation on Linux
-
- Closed
-
- relates to
-
JDK-6200022 JVMTI GetCurrentThreadCpuTime slow on Linux
-
- Resolved
-