This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: VerifyError when compiling jetty
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Tom Tromey <tromey at redhat dot com>
- Cc: Andrew Haley <aph at redhat dot com>, Bjarni Thorisson <bjarni at menandmice dot com>, <java at gcc dot gnu dot org>
- Date: Wed, 29 Jan 2003 14:05:23 -0500 (EST)
- Subject: Re: VerifyError when compiling jetty
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