This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Illegal Package-Private Accesses in 3.4
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: 28 Jul 2003 09:44:54 -0600
- Subject: Re: Illegal Package-Private Accesses in 3.4
- References: <3F0C6E6B.83FF18F1@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> 1. java.lang.String illegally uses the members "value"
Ranjit> and "count" in gnu.gcj.runtime.StringBuffer.
I have a fix for this one. I'll check it in soon.
Tom