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

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

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: