This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
RE: VerifyError when compiling jetty
- From: "Bjarni Thorisson" <bjarni at menandmice dot com>
- To: "Jeff Sturm" <jsturm at one-point dot com>
- Cc: <java at gcc dot gnu dot org>
- Date: Tue, 4 Feb 2003 12:32:39 -0000
- Subject: RE: VerifyError when compiling jetty
When can I expect this bugfix to be available?
-Bjarni
On 29 Jan 2003, Tom Tromey wrote:
> Andrew> This is illegal code on our part, because we're not allowed to use
> Andrew> invokepsecial on a private method. We should generate an access
> Andrew> method for Smu.doFoo and use it.
>
> Jeff Sturm submitted a PR for this bug the other day.
My bug was really the reverse: accessing private inner class methods from
the enclosing class. Perhaps the fix is the same, though.
Jeff