JDK-8201372 : AARCH32 - 'minimal' build fails because CMS bits are referred unconditionally
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 11
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: aarch32
  • Submitted: 2018-04-10
  • Updated: 2018-04-26
  • Resolved: 2018-04-26
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
11Resolved
Related Reports
Duplicate :  
Relates :  
Relates :  
Relates :  
Relates :  
Description
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.
Comments
http://hg.openjdk.java.net/jdk/hs/rev/bebec5011846
12-04-2018

http://cr.openjdk.java.net/~dchuyko/boris.ulasevich/8201372/webrev.00/
10-04-2018