CVSROOT: /sources/classpath
Module name: classpath
Changes by: Sven de Marothy <smarothy> 06/08/13 01:24:14
Modified files:
. : ChangeLog
java/util : Locale.java
Log message:
2006-08-13 Sven de Marothy <[EMAIL PROTECTED]>
* java/util/Locale.java
(hashcodeCache): New field.
(hashCode): use the above field instead of the serialized one
(writeObject): Removed method.
(readObject): Intern strings.
(equals): Revert to previous method.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8376&r2=1.8377
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Locale.java?cvsroot=classpath&r1=1.34&r2=1.35