Name: vsR10008 Date: 11/26/2003
CCC 4935040 says:
Currently the JVMTI spec doesn't provide a jvmtiObjectReferenceKind to
represent a resolved string in the constant pool. This is desirable for
tools
that are ported from JVMPI because the JVMPI spec dumps constant pool
entries in its head dump event (albeit this aspect of the spec wasn't
implemented in HotSpot).
Constant:
JVMTI_REFERENCE_CONSTANT_POOL
Value:
9
Reference from a class to an object in the constant pool
This reference type is not implemented yet.
Therefore the new JCK test fails:
vm/jvmti/IterateOverObjectsReachableFromObject/ioor001/ioor00102/ioor001
02.html
======================================================================
- relates to
-
JDK-4935040 JVMTI spec: need ref kind to represent resolved string in constant pool
- Resolved