This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Illegal Package-Private Accesses Yet Again!
- From: Andrew Haley <aph at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Mon, 29 Mar 2004 20:06:39 +0100
- Subject: Re: Illegal Package-Private Accesses Yet Again!
- References: <406870ED.735183B6@hotmail.com><406871C0.74A9025E@hotmail.com>
Ranjit Mathew writes:
> Hi,
>
> Here's the promised follow up patch to my previous mail that
> temporarily avoids illegal package-private accesses in libgcj.
>
> Please, please, *PLEASE* let us apply this (or something
> similar)!
Why not just make a few native access methods for the package private
members.
Andrew.