This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: New classes from Classpath
- To: tromey at redhat dot com
- Subject: Re: New classes from Classpath
- From: Bryce McKinlay <bryce at waitaki dot otago dot ac dot nz>
- Date: Tue, 02 Oct 2001 16:31:33 +1200
- CC: Mark Wielaard <mark at klomp dot org>, java-patches at gcc dot gnu dot org
- References: <20011001230654.A24501@klomp.org> <87wv2fyrd4.fsf@creche.redhat.com>
Tom Tromey wrote:
>>>>>>"Mark" == Mark Wielaard <mark@klomp.org> writes:
>>>>>>
>
>Mark> The following patch adds the following four new classes from
>Mark> Classpath: java.lang.CharSequence,
>Mark> java.lang.InheritableThreadLocal, java.net.Authenticator and
>Mark> java.net.PasswordAuthentication.
>
>I saw the patch separately, thanks.
>
>One question for all libgcj hackers: how far into JDK 1.4 do we want
>to go? We already have a little piece (IdentityHashMap, since it was
>useful for JNI). Do we want CharSequence? Some Classpath hackers
>seem to be working on 1.4 compatibility even though it hasn't been
>released yet.
>
We definatly shouldn't hold back from implementing 1.4 stuff. There are
some nice new APIs that will fit in nicely with GCJ, particularly
java.nio. The only danger is that the specifications may change a bit
between the current beta and the release, but I don't think this is a
big problem since Sun are usually pretty good about keeping track of
exactly what has changed between releases.
regards
Bryce.