> I have encountered a problem trying to initialize the String and Hashtable > classes. Here's the problem: > > - Hashtable uses String constants like "loadFactor" and "threshold" which > are initialized in Hashtable.<clinit>. You are mistaken, these are primitive types (ints and floats). The names of the members are Strings in the constant pool. I think you should handle this differently to String literals, you don't want to create a string object for every member name. John Leuner _______________________________________________ Classpath mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/classpath
- String/Hashtable bootstrapping problem Patrick Doyle
- Re: String/Hashtable bootstrapping problem Artur Biesiadowski
- Re: String/Hashtable bootstrapping problem Patrick Doyle
- Re: String/Hashtable bootstrapping problem Brian Jones
- Re: String/Hashtable bootstrapping problem Patrick Doyle
- Re: String/Hashtable bootstrapping problem John Leuner
- Re: String/Hashtable bootstrapping problem Patrick Doyle
- Re: String/Hashtable bootstrapping problem Brendan Macmillan
- RE: String/Hashtable bootstrapping problem Cierniak, Michal
- RE: String/Hashtable bootstrapping problem Patrick Doyle
- Re: String/Hashtable bootstrapping problem Brian Jones
- Re: String/Hashtable bootstrapping problem Etienne M. Gagnon
- Re: String/Hashtable bootstrapping problem John Leuner
- Re: String/Hashtable bootstrapping problem Patrick Doyle
- String/Hashtable bootstrapping problem Eric Blake
- Re: String/Hashtable bootstrapping problem John Leuner

