JDK-5028424 : JVMTI Spec: Align GetThreadState bits with java.lang.Thread.State
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 5.0
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-04-07
  • Updated: 2017-05-16
  • Resolved: 2004-04-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0 b48Fixed
Related Reports
Relates :  
Description
The thread state returned by GetThreadState groups blocked-on-monitor-enter with waiting, java.lang.Thread.State does not.  JVMTI should be changed to match the more central definition in java.lang.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger-beta2 FIXED IN: tiger-beta2 INTEGRATED IN: tiger-b48 tiger-beta2
14-06-2004

SUGGESTED FIX Move blocked out of waiting in the hierarchy of bits. Remove the waiting-for-notification state which doesn't match and would now be confusing. Add masks which can be used to convert JVMTI states to java.lang.Thread.State states.
11-06-2004

PUBLIC COMMENTS The thread state returned by GetThreadState groups blocked-on-monitor-enter with waiting, java.lang.Thread.State does not. JVMTI should be changed to match the more central definition in java.lang.
10-06-2004

EVALUATION See description and suggested fix. ###@###.### 2004-04-07
07-04-2004