Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-09-05 | AbstractMap.java: Re-merged with Classpath. | Tom Tromey | 1 | -3/+14 | |
* java/util/AbstractMap.java: Re-merged with Classpath. * java/util/IdentityHashMap.java: Re-merged with Classpath. From-SVN: r45391 | |||||
2001-08-21 | IdentityHashMap.java (get): Fix off-by-one error. | Jeff Sturm | 1 | -2/+2 | |
* java/util/IdentityHashMap.java (get): Fix off-by-one error. (put): Likewise. From-SVN: r45077 | |||||
2001-08-15 | jni.cc: Include IdentityHashMap.h, not Hashtable.h. | Tom Tromey | 1 | -0/+415 | |
* jni.cc: Include IdentityHashMap.h, not Hashtable.h. (local_ref_table, global_ref_table): Now IdentityHashMap. (_Jv_JNI_Init): Updated for new types. (mark_for_gc): Likewise. (unmark_for_gc): Likewise. * gcj/javaprims.h: Rebuilt class list. * Makefile.in: Rebuilt. * Makefile.am (core_java_source_files): Added new file. * java/util/IdentityHashMap.java: New file. From-SVN: r44929 |