On 27/08/2012 18:02, Christian Thalinger wrote:
On Aug 26, 2012, at 11:29 PM, Mahesh Pujari<[email protected]>
wrote:
Hi,
Trying to build openJDK (http://hg.openjdk.java.net/jdk8/jdk8) using new build infra.
Getting compiler error in
"jdk\src\share\classes\java\lang\invoke\AdapterMethodHandle.java"
This class and others have been removed in JDK 8 with the new JSR 292
implementation. I'm not exactly sure which repository you are trying to build:
jdk8/jdk8 or build-infra/jdk8
But it seems there is a mismatch somewhere.
-- Chris
I assume it's just that someone needs to update the new build for the
recent changes. We had a similar issue when the CDLR changes were pushed
to jdk8/tl last week. In that case Naoto did a local fix to that for
those that are trying out the new build could continue. I think we're at
the point where build changes are going to have to be done to both build
systems as otherwise it will break somebody. Hopefully it won't be too
long before we actually transition to the new build.
-Alan