JDK-8027067 : Flag UsePSAdaptiveSurvivorSizePolicy needs to be named UseAdaptiveSurvivorSizePolicy
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs25
  • Priority: P5
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2013-10-22
  • Updated: 2016-03-15
  • Resolved: 2016-03-15
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
9Fixed
Related Reports
Relates :  
Description
In the current code base, UsePSAdaptiveSurvivorSizePolicy is used by both Parallel and CMS so the naming is incorrect and needs to be changed.
Comments
The usage of the flag in CMS was removed with JDK-8034246.
15-03-2016