This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Reminder: Illegal Package-Private Accesses in libgcj
- From: Michael Koch <konqueror at gmx dot de>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java at gcc dot gnu dot org
- Date: Sun, 30 Nov 2003 15:12:17 +0100
- Subject: Re: Reminder: Illegal Package-Private Accesses in libgcj
- References: <3FA539CB.3DC9D718@hotmail.com>
On Sun, Nov 02, 2003 at 10:37:23PM +0530, Ranjit Mathew wrote:
> 1. java.lang.VMThrowable illegally accesses
> gnu.gcj.runtime.StackTrace.stackTraceAddrs( )
>
> 2. gnu.gcj.runtime.NameFinder illegally accesses
> java.lang.StackTraceElement's constructor
>
> 3. gnu.awt.xlib.XEventLoop illegally accesses
> gnu.gcj.xlib.XAnyEvent's constructor
What'S the status of these three now ?
Michael