Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2140461 | 5.0u10 | Vaibhav Kulkarni | P3 | Resolved | Fixed | b02 |
JDK-2133692 | 1.4.2_12 | Vaibhav Kulkarni | P4 | Resolved | Fixed | b01 |
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).
- backported by
-
JDK-2140461 SA: jmap heap dumper does not use correct class ID for object arrays
- Resolved
-
JDK-2133692 SA: jmap heap dumper does not use correct class ID for object arrays
- Resolved
- relates to
-
JDK-5096280 NEWHPROF: manual incorrectly specifies array object field
- Resolved