All, 

> How can I measure the size of the interned string table held 
> privately by the String class? Is this table kept in memory 
> until the VM ends? Does it also shrink or does it only grow?

I'm gonna respond to my own question here. Some Googling learned me that
since JDK 1.2, this internal String table is using WeakReferences and as
such shouldn't result in an OOM.

Ringo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to