bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/28987] IdentityHashMap inefficiency


From: cvs-commit at developer dot classpath dot org
Subject: [Bug classpath/28987] IdentityHashMap inefficiency
Date: 3 Oct 2006 16:34:05 -0000


------- Comment #2 from cvs-commit at developer dot classpath dot org  
2006-10-03 16:34 -------
Subject: Bug 28987

CVSROOT:        /cvsroot/classpath
Module name:    classpath
Changes by:     Tom Tromey <tromey>     06/10/03 16:33:13

Modified files:
        java/util      : IdentityHashMap.java 
        .              : ChangeLog 

Log message:
                PR classpath/28987:
                * java/util/IdentityHashMap.java (tombstone): Removed.
                (emptyslot): Removed.
                (nullslot): New field.
                (IdentityHashMap): Don't fill array.
                (clear): Fill with null.
                (hash): Now final.  Use linear probing.
                (xform): New method.
                (unxform): Likewise.
                (removeAtIndex): Likewise.
                (clone, containsKey, containsValue, entrySet, get, hashCode,
                keySet, put, remove, values): Updated.
                (IdentityIterator, IdentityEntry): Likewise.
                (writeObject): Likewise.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/classpath/java/util/IdentityHashMap.java?cvsroot=classpath&r1=1.19&r2=1.20
http://cvs.savannah.gnu.org/viewcvs/classpath/ChangeLog?cvsroot=classpath&r1=1.8640&r2=1.8641


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28987





reply via email to

[Prev in Thread] Current Thread [Next in Thread]