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

JEP-JDK-8044022: Test task: Check that deprecated combinations do not work

    XMLWordPrintable

Details

    • Task
    • Status: Resolved
    • P3
    • Resolution: Fixed
    • 9
    • 9
    • hotspot
    • None
    • gc
    • b45

    Backports

      Description

        Check that deprecated combinations do not work (manually)

            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

        It's looks like not necessary to integrate a test doing that.

        Attachments

          Issue Links

            Activity

              People

                eistepan Evgeniya Stepanova
                dfazunen Dmitry Fazunenko (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: