This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Fix libjava.compile/PR375.java
- From: Alexandre Petit-Bianco <apbianco at cygnus dot com>
- To: Richard Henderson <rth at redhat dot com>
- Cc: java-patches at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Sat, 2 Feb 2002 21:46:45 -0800 (PST)
- Subject: Re: Fix libjava.compile/PR375.java
- References: <20020202202557.A11778@redhat.com>
- Reply-to: apbianco at cygnus dot com
> The idea is to mark all static fields external until we decide which
> of the classes we have read we are going to compile. At that point
> we mark them local and compile the classes.
I remember this was your proposed plan.
> Ok?
I think this is fine. Thanks a lot for doing this.
./A