> 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

Reply via email to