This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
patch for bug 11728
- From: Stepan Koltsov <yozh at mx1 dot ru>
- To: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org
- Date: Thu, 31 Jul 2003 18:55:41 +0400
- Subject: patch for bug 11728
This is patch for bug 11728.
--- HashMap.java.orig Wed Jul 30 21:40:51 2003
+++ HashMap.java Wed Jul 30 22:23:07 2003
@@ -808,6 +808,7 @@
// Read and use capacity, followed by key/value pairs.
buckets = new HashEntry[s.readInt()];
int len = s.readInt();
+ size = len;
while (len-- > 0)
{
Object key = s.readObject();
--
I'm a signature virus. Please add me to Your signature.