JDK-8235860 : Obsolete the UseParallelOldGC option
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 15
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-12-13
  • Updated: 2023-08-21
  • Resolved: 2020-01-20
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 15
15 b07Fixed
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
UseParallelOldGC was deprecated under JEP 366 and flagged for obsoletion in JDK 15.

The java manpage will also need to be updated accordingly (move the flag description from the deprecated to obsoleted flag section, and change any other references to the flag as appropriate.)
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/62a003539b0c User: tschatzl Date: 2020-01-20 10:20:30 +0000
20-01-2020

Obsoletion checklist: - delete all code relating to the options - update any test that may be specifying the options (e.g. VMDeprecatedOptions test) - move the flags to the "obsoleted" section of the special flags table - update any documentation that may refer to these flags
18-12-2019