JDK-8224170 : Build failures after JDK-8207812 (Implement Dynamic CDS Archive)
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 13
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-05-18
  • Updated: 2019-08-05
  • Resolved: 2019-05-18
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 13
13 b22Fixed
Related Reports
Relates :  
Description
x86_32:

/home/shade/trunks/jdk-jdk/src/hotspot/share/memory/dynamicArchive.cpp: In member function 'void DynamicArchiveBuilder::verify_estimate_size(size_t, const char*)':
/home/shade/trunks/jdk-jdk/src/hotspot/share/memory/dynamicArchive.cpp:514:95: error: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t {aka unsigned int}' [-Werror=format=]
     log_info(cds)("%s estimate = %lu used = %lu; diff = %d bytes", which, estimate, used, diff);
                                                                                               ^

Comments
RFR: https://mail.openjdk.java.net/pipermail/hotspot-dev/2019-May/038178.html
18-05-2019