Tom> Hmm, _Jv_FindClassFromSignature won't do the right thing for certain Tom> malformed signatures, like "[Lfoo". It should probably throw an error Tom> rather than return NULL. It could also iterate rather than recurse, Tom> just as a micro-optimization. I'm going to file this in bugzilla. It was simpler just to fix this. I'm testing a patch. Tom