In file included from /home/build/jdk-tmp/src/hotspot/share/precompiled/precompiled.hpp:87:0:
/home/build/jdk-tmp/src/hotspot/share/gc/cms/allocationStats.hpp: In member function 'void AllocationStats::compute_desired(size_t, float, float, float)':
/home/build/jdk-tmp/src/hotspot/share/gc/cms/allocationStats.hpp:106:26: error: 'CMSExtrapolateSweep' was not declared in this scope
float delta_ise = (CMSExtrapolateSweep ? intra_sweep_estimate : 0.0);
^
etc.
/home/build/jdk-tmp/src/hotspot/share/gc/cms/allocationStats.hpp: In member function 'void AllocationStats::compute_desired(size_t, float, float, float)':
/home/build/jdk-tmp/src/hotspot/share/gc/cms/allocationStats.hpp:106:26: error: 'CMSExtrapolateSweep' was not declared in this scope
float delta_ise = (CMSExtrapolateSweep ? intra_sweep_estimate : 0.0);
^
etc.
- duplicates
-
JDK-8189101 AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally
- Resolved
- relates to
-
JDK-8201370 GC specific data is referred from common precompiled headers and defNewGeneration.cpp
- Resolved
-
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