How to get the class fields' values
What's the recommended way to do this? Currently, I call GetLocalVariableTable(), look for 'this', call GetLocalObject() on it to get the jobject, then use JNI to get the non-static values. This appears to work, except that after a few iterations there is a crash (windows) during garbage collection, but it could be caused by other, unidentified, issues...
Thoughts? TIA.

