JDK-8139966 : hs-comp tree fails to build zero variant
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 9
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: linux
  • CPU: x86
  • Submitted: 2015-10-01
  • Updated: 2016-05-10
  • Resolved: 2015-10-20
Related Reports
Duplicate :  
Description
FULL PRODUCT VERSION :


A DESCRIPTION OF THE PROBLEM :
The zero variant ("release"-type build) of the latest hs-comp tree fails to build with:
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.

[2] shows the build failure.

Thanks,
Severin

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

THE PROBLEM WAS REPRODUCIBLE WITH -Xint FLAG: Did not try

THE PROBLEM WAS REPRODUCIBLE WITH -server FLAG: Did not try

REGRESSION.  Last worked in version 9

REPRODUCIBILITY :
This bug can be reproduced always.


Comments
This issue is repeatation of JDK-8055231 It has been already fixed in JDK 9 b29 version Hence closing the issue
27-10-2015