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.
For example, ARM32 build fails because CMSExtrapolateSweep used in common code was moved to separate .hpp file under INCLUDE_ALL_GCS option.
- relates to
-
JDK-8201372 AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally
-
- Closed
-
-
JDK-8005915 Unify SERIALGC and INCLUDE_ALTERNATE_GCS
-
- Resolved
-
-
JDK-8079792 GC directory structure cleanup
-
- Resolved
-
-
JDK-8201136 Move GC flags from globals.hpp to GC specific files
-
- Resolved
-