JDK-8061726 : JEP-JDK-8044022: Test task: Check that deprecated combinations do not work
  • Type: Task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2014-10-22
  • Updated: 2015-06-03
  • Resolved: 2014-12-11
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 9
9 b45Fixed
Related Reports
Blocks :  
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.