I just added http://trac.common-lisp.net/armedbear/ticket/60
Essentially the code needs some refactoring. It's not obvious that LispThread.execute is "execute with stack frame". It's also not really obvious when to use it.
In fact, why is it there? Isn't it the same as Lisp.funcall()?
-T.