strange build error
Mark Wielaard
mark at klomp.org
Fri Apr 11 09:25:44 UTC 2008
Hi Roman,
On Fri, 2008-04-11 at 10:36 +0200, Roman Kennke wrote:
> while developing on my Innovators Challenge project, I came about the
> following build error:
>
> http://kennke.org/~roman/build-error.txt
It is easier if you at least include the error/warnings in the email:
error: bad class file: sun/font/FontManager$4$1.class(sun/font:FontManager$4$1.class)
bad enclosing method attribute: sun.font.FontManager$4$1
It does look like something generated a bad class file there. Most
likely javac, since this looks like coming from
sun/font/FontManager.java. So your best bet would be to ask the javac
hackers (compiler-dev). The error comes from
com.sun.tools.javac.jvm.ClassReader.readEnclosingMethodAttr()
Cheers,
Mark
More information about the build-dev
mailing list