jdk/src/share/classes/java/util/HashMap.java
changeset 65 51fc1d79463f
parent 2 90ce3da70b43
child 715 f16baef3a20e
--- a/jdk/src/share/classes/java/util/HashMap.java	Mon Mar 10 23:23:48 2008 -0700
+++ b/jdk/src/share/classes/java/util/HashMap.java	Mon Mar 10 23:23:48 2008 -0700
@@ -173,7 +173,7 @@
      * rehash).  This field is used to make iterators on Collection-views of
      * the HashMap fail-fast.  (See ConcurrentModificationException).
      */
-    transient volatile int modCount;
+    transient int modCount;
 
     /**
      * Constructs an empty <tt>HashMap</tt> with the specified initial