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

Parallel: Obsolete HeapFirstMaximumCompactionCount

XMLWordPrintable

    • Icon: CSR CSR
    • Resolution: Approved
    • Icon: P4 P4
    • 24
    • hotspot
    • gc
    • behavioral
    • minimal
    • Searching for affected flag doesn't return any blog posts/tutorials covering or suggesting using or changing it with Parallel GC.
    • add/remove/modify command line option
    • JDK

      Summary

      Obsolete the VM product option HeapFirstMaximumCompactionCount due to removal of corresponding functionality. It's used/implemented only by Parallel GC.

      Problem

      This flag offers little benefit and is rarely used, but complicates the implementation on deciding whether a full-gc should do maximum-compaction.

      Solution

      Remove the functionality and obsolete the VM product option HeapFirstMaximumCompactionCount without any deprecation period.

      Specification

      -  product(uintx, HeapFirstMaximumCompactionCount, 3,                        \
      -          "The collection count for the first maximum compaction")          \
      -          range(0, max_uintx)                                               \
      -                                                                            \

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

              Created:
              Updated:
              Resolved: