google / jni-bind

JNI Bind is a set of advanced syntactic sugar for writing efficient correct JNI Code in C++17 (and up).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FindClass Broken if lookup initiated on alternate thread.

jwhpryor opened this issue · comments

FindClass correctly respects JniEnv lookups per thread, but is crashing when initiated from a fresh thread on a previously unused class.