24 Jul
2012
24 Jul
'12
6:31 p.m.
On 24 July 2012 16:47, Pendergrass, James A. <James.Pendergrass@jhuapl.edu> wrote:
The attached patch is my attempt at modifying LispThread to only hang on to Java Threads using weak references. I haven't tested this extensively, but it solves my problem with out blowing up.
Can you please explain why it checks the thread reference for isAlive(), but performs no reference checks for join()/interrupt()/getStackTrace()?