Build failure: langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java:1735

Srikanth srikanth.adayapalam at oracle.com
Sat Dec 5 04:33:20 UTC 2015


Can you try make clean first  ? I think this code is referencing some 
methods that belong in a
type (CompilerProperties.java) that gets generated by an earlier rule - 
perhaps there is some
bug in the build scripts that causes the regeneration of 
CompilerProperties.java to be bypassed.

Thanks!
Srikanth

On Tuesday 01 December 2015 04:12 AM, Carsten Varming wrote:
> 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



More information about the compiler-dev mailing list