-
Bug
-
Resolution: Fixed
-
P4
-
5.0
NEWHPROF: format=b output does not include primitive data
The JVMTI interface does not provide primitive data for instances of classes
or for static fields.
The static fields primitive data could be read via JNI, if JNI can be called
at that time (might not be able to call JNI during heap iteration).
Arrays of primitives may need special handling.
The instance field primitive data is a little trickier, and may need JVMTI
help.
The JVMTI interface does not provide primitive data for instances of classes
or for static fields.
The static fields primitive data could be read via JNI, if JNI can be called
at that time (might not be able to call JNI during heap iteration).
Arrays of primitives may need special handling.
The instance field primitive data is a little trickier, and may need JVMTI
help.
- relates to
-
JDK-6242587 HPROF: HAT complains with Warning! Illegal boolean value read
- Resolved
-
JDK-6195957 JVMTI Spec: heap iteration should support access to primitive and primitive array fields
- Resolved
-
JDK-6315555 HPROF: should use new JVMTI heap iterate functions
- Resolved
-
JDK-6320786 HPROF: Add option to control primitive data output
- Resolved