This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]