This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [PATCH] Remove classpath overrides for Calender, Currency, locale et al.
- From: Tom Tromey <tromey at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Tue, 4 Mar 2008 13:09:46 -0700
- Subject: Re: [PATCH] Remove classpath overrides for Calender, Currency, locale et al.
- References: <47CA0B5A.9050302@avtrex.com> <47CACCE2.2010805@avtrex.com> <47CC6318.5020206@avtrex.com>
- Reply-to: Tom Tromey <tromey at redhat dot com>
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> Here is the new patch. The only change from the previous
David> version is that I merged code from classpath into
David> java.text.Collator.
This is ok. Nice job. I think you will probably hold the "biggest
deletion" record for GCC -- put that on your resume :-)
David> I think we should commit this and then perhaps address the
David> java.text.ParseException in classpath.
I agree.
I'm also curious about the class loader issue... in my abandoned
attempt to do this same thing I think I had to change things so that
the locale info was found via the system class loader...?
Tom