CodeReview Request for 8008348: The leftover jdk/make/tools/javazic causes build problems with hs25-b19 control job,
Alan Bateman
Alan.Bateman at oracle.com
Sat Feb 16 23:12:06 UTC 2013
On 16/02/2013 22:26, Xueming Shen wrote:
> 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/
This looks good to me and I can confirm that boot cycle builds
(bootcycle-images target) works again once javazic is removed.
-Alan
More information about the core-libs-dev
mailing list