retitle 275547 String.intern() may deadlock or infiniteloop if interned Strings
are GC'ed at a high rate
severity 275547 minor
thanks
On Sat, Oct 09, 2004 at 06:25:43PM +0200, Jeroen van Wolffelaar wrote:
> This is probably only one of multiple bugs, as this cannot possibly
> explain the deadlock
After getting to learn how gdb worked, I succesfully found an error
condition:
If the java::lang::String::strhash[] array at some point contains not a
single NULL value, nor the string is already interned, then the forloop
on line 66 of natString.cc fails to return, it goes in a busy loop.
This c
2 matches
Mail list logo