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

Parallel: Missing iteration over klass when marking objArrays/objArrayOops during Full GC

XMLWordPrintable

    • gc
    • b26

        `ParCompactionManager::follow_contents` misses `do_klass(klass)` when the obj is an `objArray`.

        The corresponding code for Serial/G1/Z is in:
        ```
        MarkSweep::follow_array
        G1FullGCMarker::follow_array
        ZMark::follow_array_object
        ```

              ayang Albert Yang
              ayang Albert Yang
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: