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

Parallel: Refactor PSParallelCompact::fill_dense_prefix_end

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 23
    • 23
    • hotspot
    • gc
    • b13

      The purpose of this method is to create a filler object just before the prefix-end to enable parsing of the [bottom, prefix-end] range. The current implementation/documentation outlines all possible scenarios and the corresponding actions.

      However, there's only one scenario where a filler object is required: when there is a single heap word gap (dead object) right before the prefix-end.

      Simplify the implementation/documentation to highlight this single scenario.

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

              Created:
              Updated:
              Resolved: