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

Remove GC combinations deprecated in JDK 8

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Duplicate
    • P3
    • 9
    • 9
    • hotspot
    • gc

    Description

      For JDK 8 we deprecated some GC flags and flag combinations. For JDK 9 we should remove them.

      The following flags and flag combinations are affected:

      DefNew + CMS : -XX:-UseParNewGC -XX:+UseConcMarkSweepGC
      ParNew + SerialOld : -XX:+UseParNewGC
      ParNew + iCMS : -Xincgc
      ParNew + iCMS : -XX:+CMSIncrementalMode -XX:+UseConcMarkSweepGC
      DefNew + iCMS : -XX:+CMSIncrementalMode -XX:+UseConcMarkSweepGC -XX:-UseParNewGC
      CMS foreground : -XX:+UseCMSCompactAtFullCollection
      CMS foreground : -XX:+CMSFullGCsBeforeCompaction
      CMS foreground : -XX:+UseCMSCollectionPassing

      Attachments

        Issue Links

          Activity

            People

              brutisso Bengt Rutisson (Inactive)
              brutisso Bengt Rutisson (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: