mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-30 21:01:11 +08:00
* 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