natString.cc (intern): Temporarily disable finalizer registration.
* java/lang/natString.cc (intern): Temporarily disable finalizer registration. From-SVN: r33127
This commit is contained in:
parent
045a1f9d31
commit
cc309dd512
2 changed files with 4 additions and 1 deletions
|
@ -154,7 +154,7 @@ java::lang::String::intern()
|
|||
strhash_count++;
|
||||
*ptr = this;
|
||||
// When string is GC'd, clear the slot in the hash table.
|
||||
_Jv_RegisterFinalizer ((void *) this, unintern);
|
||||
// _Jv_RegisterFinalizer ((void *) this, unintern);
|
||||
return this;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue