Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4965057

HPROF: format=b output does not include primitive data

XMLWordPrintable

    • 1.5
    • 5.0
    • b55
    • generic
    • generic

      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.

            ohair Kelly Ohair (Inactive)
            ohair Kelly Ohair (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: