JDK-4937022 : JVMTI spec: need JVMTI_THREAD_STATUS_IO_WAIT
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 5.0
  • Priority: P5
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2003-10-14
  • Updated: 2017-05-16
  • Resolved: 2003-12-03
Related Reports
Relates :  
Relates :  
Description
Waiting for I/O is an important status for tools, particularly profiling and
monitoring tools, to be aware of.  

Adding this status brings the JVMTI spec and the M&M spec into sync on
thread status.

Adding this new status will require reassignment of one or more existing
thread status constant values.

Comments
EVALUATION I/O occurs at many levels of the Java platform, not all of which can be captured. It is thus not possible to reliably return this status.
11-06-2004