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.