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

XMLWordPrintable

    • Type: Task
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: hotspot
    • None
    • gc
    • b45

        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.

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

                Created:
                Updated:
                Resolved: