This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Symbol table resolution
Andrew Haley writes:
> Bryce McKinlay writes:
> > Andrew Haley wrote:
> > > Properly enforcing access rules in libgcj causes problems in that
> > > compiler-generated code sometimes wants to access private methods.
> > >
> > Presumably, this is only because GCJ doesn't generate accessor methods
> > correctly? [*]
>
> No, it's nothing to do with accessor methods.
Having said that, I should test this patch with 19870 to make sure
code still works. Thanks for the heads-up!
Andrew.