Skip to content

Fix crash in JNI code when OpenVDS Java objects are garbage collected.

Céline Rougier requested to merge fix/crash_jni_garbage_collector_thread into master

Static thread_local variables were not correctly initialized in the GC thread or in any other thread different from the main thread. Maybe related to a bug in the Visual Studio compiler.

Merge request reports