JDK-8005915 : Unify SERIALGC and INCLUDE_ALTERNATE_GCS
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2013-01-09
  • Updated: 2018-04-10
  • Resolved: 2013-01-24
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 8 Other
8Fixed hs25Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Description
INCLUDE_ALTERNATE_GCS was introduces by:
JDK-7189254: Change makefiles for more flexibility to override defaults

There's now two defines used to exclude all non-serial GCs: SERIALGC and INCLUDE_ALTERNATE_GCS.

We'd like to unify these into one define named INCLUDE_ALL_GCS.