JDK-8201370 : GC specific data is referred from common precompiled headers and defNewGeneration.cpp
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2018-04-10
  • Updated: 2018-04-24
  • Resolved: 2018-04-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 11
11 b10Fixed
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
share/precompiled/precompiled.hpp unconditionally includes some CMS, parallel and serial headers that may miss some information under certain conditions.
For example, ARM32 build fails because CMSExtrapolateSweep used in common code was moved to separate .hpp file under INCLUDE_ALL_GCS option.
Comments
http://cr.openjdk.java.net/~dchuyko/boris.ulasevich/8201370/webrev.00/
10-04-2018