Changeset: 7748ffdca16a
Author:rfield
Date: 2013-02-16 12:36 -0800
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7748ffdca16a
8004970: Implement serialization in the lambda metafactory
Reviewed-by: forax
! src/share/classes/java/lang/invoke/AbstractValidatingLambdaMetafactory.jav
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
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 w
Changeset: 43726ed11fb3
Author:sherman
Date: 2013-02-17 01:01 +
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/43726ed11fb3
8008348: The leftover jdk/make/tools/javazic causes build problems with
hs25-b19 control
Summary: To remove jdk/make/tools/javazic from the jdk repo
Revi