Hi,

It appears the leftover jdk/make/tools/javazic causes build problems with hs25-b19 control job.

The "javazic" has been removed in jdk/make/tools/Makefile as the target, but with the new build system it compiles everything in jdk/make/tools. This works when the boot JDK is jdk7 but with a boot cycle build then it builds the JDK a second time with the newly built JDK, which will fail due to current update in src/share/classes/sun/util/calendar/ZoneInfoFile.java for the threeten work
for #8007572.

The change is to complete remove the jdk/make/tools/javazic and the corresponding old javazic
source code from the repo.

http://cr.openjdk.java.net/~sherman/8008348/

Thanks,
-Sherman

Reply via email to