[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: String/Hashtable bootstrapping problem
From: |
Patrick Doyle |
Subject: |
Re: String/Hashtable bootstrapping problem |
Date: |
Fri, 6 Jul 2001 23:22:33 -0400 (EDT) |
On Sat, 7 Jul 2001, John Leuner wrote:
> > I'm talking about these lines from java.util.Hashtable:
> >
> > // used for serializing instances of this class
> > private static final ObjectStreamField[] serialPersistentFields =
> > { new ObjectStreamField("loadFactor", float.class),
> > new ObjectStreamField("threshold", int.class) };
>
> I didn't see these. Further inspection shows that they're not in my
> copy of Hashtable.java. I have revision 1.13 from CVS, which one are
> you using?
I have the 0.02 tarball:
ftp://alpha.gnu.org/pub/gnu/classpath/classpath-0.02.tar.gz
--
Patrick Doyle
address@hidden