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

Parallel: Decouple maximum compaction from SoftReference clearing

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Unresolved
    • P4
    • tbd
    • 24
    • hotspot
    • gc

    Description

      SoftReference clearing controls whether a SoftReference should be treated as strong-ref or weak-ref.

      Maximum compaction controls whether space occupied by some dead objs should not be reclaimed to avoid moving following objs (in a sliding scheme).

      The former acts during marking while the latter after marking.

      The current implementation mixes the two concepts. Decouple them to avoid confusion and offer more freedom of control.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: