This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r112714 - in /branches/gcc-4_1-branch/libjava/c...


Author: bryce
Date: Wed Apr  5 18:41:17 2006
New Revision: 112714

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=112714
Log:
2006-04-05  Bryce McKinlay  <mckinlay@redhat.com>

	PR classpath/27028
	PR classpath/24752
	* java/util/AbstractList.java (hasNext): Don't throw
	ConcurrentModificationException. Update Javadoc.
	(hasPrevious): Likewise.
	(nextIndex): Likewise.
	(previousIndex): Likewise.
	* java/util/HashMap.java (hasNext): Likewise.
	* java/util/Hashtable.java (hasNext): Likewise.
	* java/util/IdentityHashMap.java (hasNext): Likewise.
	* java/util/LinkedHashMap.java (hasNext): Likewise.
	* java/util/LinkedList.java (nextIndex): Likewise.
	(previousIndex): Likewise.
	(hasNext): Likewise.
	(hasPrevious): Likewise.
	* java/util/TreeMap.java (hasNext): Likewise.
	* java/util/WeakHashMap.java (hasNext): Likewise.

Modified:
    branches/gcc-4_1-branch/libjava/classpath/ChangeLog.gcj
    branches/gcc-4_1-branch/libjava/classpath/java/util/AbstractList.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/HashMap.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/Hashtable.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/IdentityHashMap.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/LinkedHashMap.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/LinkedList.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/TreeMap.java
    branches/gcc-4_1-branch/libjava/classpath/java/util/WeakHashMap.java


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]