Relates :
|
|
Relates :
|
|
Relates :
|
|
Relates :
|
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.
|