This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Addendum (Re: Patch: FYI: clone System properties)


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]