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

VM HeapDumper dumps array classes several times

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 19
    • None
    • hotspot
    • None
    • svc
    • b11
    • generic
    • generic

      HeapDumper generates duplicate HPROF_LOAD_CLASS records for array classes (both object arrays and primitive type arrays).
      Number of the duplicates depend on dimension of the array.
      For example:
      If an application has "[[[I" class loaded (int[][][])
      the following HPROF_LOAD_CLASS are written:
      - [I - 2 records
      - [[I - 3 records
      - [[[I - 4 records

            amenkov Alex Menkov
            amenkov Alex Menkov
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: