On 05/03/2013 15:14, Erik Joelsson wrote:
:
Discovered some more problems with the bootcycle-images target that
needed to be fixed. A full bootcycle build is still not possible due
to errors like this:
/localhome/mercurial/closed-jdk8-build/jdk/make/tools/src/build/tools/javazic/GenDoc.java:123:
error: cannot f
ind symbol
String zonefile = ZoneInfoFile.getFileName(zonename) +
".html";
This has been fix in jdk8/tl, it just hasn't got to master yet:
http://hg.openjdk.java.net/jdk8/tl/jdk/rev/43726ed11fb3
-Alan.