JDK-6391924 : JVMTI Doc: Clarify that IterateOverInstancesOfClass includes subclasses
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2006-02-28
  • Updated: 2011-02-16
  • Resolved: 2006-03-25
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.
JDK 6
6 b77Fixed
Description
IterateOverInstancesOfClass is given a jclass and iterates
over all its instances.  The spec isn't clear about whether instances
of subclasses are included.  They are.  The spec should be clarified
to point this out.

Comments
EVALUATION Like the description says
02-03-2006