Speeding up method searches
Bryce McKinlay
bryce@albatross.co.nz
Tue Apr 11 23:20:00 GMT 2000
Bryce McKinlay wrote:
> I don't think so. Interned strings should still be collectable, right?
> Maybe we can put a special finalizer in natString.cc and call
> _Jv_RegisterFinalizer from String.intern()?
Actually, there already is - it just doesnt seem to ever get called:
/* Called by String fake finalizer. */
void
java::lang::String::unintern()
{
[...]
[ bryce ]
More information about the Java
mailing list