[kaffe] Problems with class loader and jthreads

Godmar Back gback@stanford.edu
Mon, 5 Aug 2002 11:43:47 -0600 (MDT)


> 
> >From what you've said, it may be that the
> define/resolveClass0 resursion creates locks that
> implicitely deferr thread destruction until the
> assertion is flagged. So when I increase the limit to
> 50, all tests pass.
> 

The stack trace looks okay to me.

Just up the limit (or #if defined(DEBUG) it)

	- Godmar