GNOME Bugzilla – Bug 745312
Implement DetachCurrentThread
Last modified: 2019-06-10 18:33:50 UTC
The JNI threads get attached with the call to jaw_util_get_jni_env but they ought to get detached properly once we have finished with the threads.
Created attachment 298138 [details] [review] Patch to address problem This method still needs to be appropriately called in lots of places to be of use, but in principle the attached threads ought to be detached so here it is for now. Will keep the bug open until fully implemented
The only attached thread actually currently lives forever.