This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: Addendum (Re: Patch: FYI: clone System properties)
- From: Tom Tromey <tromey at redhat dot com>
- To: Ranjit Mathew <rmathew at hotmail dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: 16 Feb 2003 18:33:15 -0700
- Subject: Re: Addendum (Re: Patch: FYI: clone System properties)
- References: <87of5epy28.fsf@fleche.redhat.com> <3E4FA7DA.6AEB903B@hotmail.com>
- Reply-to: tromey at redhat dot com
>>>>> "Ranjit" == Ranjit Mathew <rmathew@hotmail.com> writes:
Ranjit> The following patch is an addendum to your patch. It implements
Ranjit> clone( ) for Properties and also attempts to address Classpath
Ranjit> support request number 100559 raised by crawley and pointed out
Ranjit> by Mike that lists the differences in the output of
Ranjit> Properties.list( ) in GCJ v/s Sun's JDK 1.3/1.4:
I thought about this more, and I think we don't need a clone method,
due to the way that Hashtable.clone is implemented. I'm going to
leave that part out of your patch.
The rest looks good. I'll check it in to Classpath now, and 3.[34]
when gcc.gnu.org is back up.
Tom