SA: jmap heap dumper does not use correct class ID for object arrays

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 6
    • Affects Version/s: 6
    • Component/s: core-svc
    • b52
    • generic
    • generic

        hprof binary format requires that HPROF_GC_OBJ_ARRAY_DUMP records should refer to class ID of array's class (instead of the class ID of the element type - jmap heap dumper uses element class ID.). That is, if there's an array of Foo, this field points to the class "Foo[]", not to the class "Foo". The element type is "Foo". (refer to 5096280 as well).

              Assignee:
              Sundararajan Athijegannathan
              Reporter:
              Sundararajan Athijegannathan
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: