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: [PATCH] Remove classpath overrides for Calender, Currency, locale et al.


Tom Tromey wrote:
"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 :-)


Thanks, Committed as r132872.



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...?


I assume that loading resources from classpath is now working. We do it in several places with no problems.


David Daney


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