Build failure: langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java:1735
Carsten Varming
varming at gmail.com
Mon Nov 30 22:42:26 UTC 2015
Dear compiler-dev list,
I was trying to build the tip of the jdk9-rt forest today and ran into this
failure:
/home/cvarming/workspace/jdk9-rt/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java:1735:
error: cannot find symbol
Errors.OverrideIncompatibleRet(Fragments.CantHide(m, m.location(), other,
^
symbol: method CantHide(MethodSymbol,Symbol,MethodSymbol,Symbol)
location: class Fragments
1 error
If I go back to 3094:3449ae78c6dc in the langtools repo, then everything
works, but any later commit is broken.
Is this a known issue where I simply need to wait a few days for a fix to
appear?
Carsten
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20151130/947a2b5b/attachment.html>
More information about the compiler-dev
mailing list