CVSROOT: /sources/classpath
Module name: classpath
Changes by: Sven de Marothy <smarothy> 06/08/13 00:20:11
Modified files:
. : ChangeLog
java/util : Locale.java
Log message:
2006-08-13 Sven de Marothy <[EMAIL PROTECTED]>
* java/util/Locale.java
(hashcode): Is a serialized field, not transient.
(equals): Should NOT compare strings by reference.
(readObject/writeObject): Use the default methods and handle
the hash
seperately.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8371&r2=1.8372
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/Locale.java?cvsroot=classpath&r1=1.33&r2=1.34