]> gcc.gnu.org Git - gcc.git/commit
Locale.java (hashcode): Made transient.
authorBryce McKinlay <mckinlay@redhat.com>
Fri, 2 Jul 2004 19:41:33 +0000 (19:41 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Fri, 2 Jul 2004 19:41:33 +0000 (20:41 +0100)
commitb5349c072a2f84682531da24f1a80cd7016b8465
tree1b7b95dcb4b0779b48561b82918429713d3eb34f
parentbdee76844adbb5159029f0572d0fe0228c7b7b38
Locale.java (hashcode): Made transient.

* java/util/Locale.java (hashcode): Made transient.
(hashCode): No longer synchronized.
(equals): Remove comment.
(writeObject): No longer synchronized. Implement using writeObject
calls instead of tweaking hashCode field. Update doc.
(readObject): Implement using readObject calls.

From-SVN: r84027
libjava/ChangeLog
libjava/java/util/Locale.java
This page took 0.054279 seconds and 5 git commands to generate.