GNOME Bugzilla – Bug 743122
JavaVM needs to be properly cached.
Last modified: 2015-02-27 16:58:19 UTC
The way that JNI_OnLoad is in AtkWrapper and jaw_util_get_jni_env is in jawutil is unorthodox because it means that jaw_util_get_jni_env is not in a position to use the cached jvm. That could lead to unruly behaviour.
Created attachment 294779 [details] [review] Patch to address problem
[Moving at-spi/java-atk-wrapper bugs to separate product. See bug 740075]