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

VM HeapDumper dumps array classes several times

    XMLWordPrintable

Details

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

    Description

      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

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: