Robert Lougher wrote: > The interned String table should be garbage-collected. If the only > reference to an interned String is from the class constant pool it > will be collected when the class is unloaded. If the intern table is > preventing Strings from being collected it's a bug in the VM!
Exactly. My original patch is intended at fixing this bug: making interned strings garbage collectable. --------------------------------------------------------------------- Terms of use : http://incubator.apache.org/harmony/mailing.html To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]