JDK-8234133 : VM build broken due to memory/archiveUtils.inline.hpp: No such file or directory
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Priority: P1
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2019-11-14
  • Updated: 2019-11-21
  • Resolved: 2019-11-14
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 14
14 b24Fixed
Related Reports
Relates :  
Description
/home/fool/workspace/jdk/src/hotspot/share/memory/filemap.cpp:37:10: fatal error: memory/archiveUtils.inline.hpp: No such file or directory
 #include "memory/archiveUtils.inline.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
/home/fool/workspace/jdk/src/hotspot/share/memory/dynamicArchive.cpp:32:10: fatal error: memory/archiveUtils.inline.hpp: No such file or directory
 #include "memory/archiveUtils.inline.hpp"
          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/b987ea528c21 User: iklam Date: 2019-11-14 03:55:47 +0000
14-11-2019