JDK-8055231 : ZERO variant build is broken
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • Submitted: 2014-08-15
  • Updated: 2016-05-10
  • Resolved: 2014-08-15
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 8 JDK 9
8u60Fixed 9 b29Fixed
Related Reports
Duplicate :  
Description
On 8/4/14, 11:50 AM, Severin Gehwolf wrote:
Hi,

Building a zero variant of hotspot fails for the latest hs-comp tree
with ("release"-type build):
src/cpu/zero/vm/frame_zero.inline.hpp:59:11: error: ���CodeCache��� has not
been declared

It appears to have been caused by a change of header files (perhaps
[1]?). A file which used to be included implicitly does not seem to be
included any longer. An explicit include fixes the problem.

[2] shows the build failure.

I would need a proper JDK bug and a sponsor for this change. An initial
bug has been submitted as JI-9039953 via the web interface. 


[1] http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/22b98ab2a69f
[2] http://builder.classpath.org/jenkins/job/OpenJDK9_hscomp_Zero/47/console