Re: Explicit thread cleanup in OpenSSL 1.1.1 possible?

2020-03-27 Thread Stephan Mühlstrasser
Hello Michael, Am 27.03.20 um 15:46 schrieb Michael Wojcik: As a workaround, what about first making a JNI call to a trivial shared object that does an explicit dlopen of the OpenSSL shared object? The JVM wouldn't know about that load, and its subsequent unload of the shared object wouldn't

Re: Explicit thread cleanup in OpenSSL 1.1.1 possible?

2020-03-27 Thread Michael Wojcik
As a workaround, what about first making a JNI call to a trivial shared object that does an explicit dlopen of the OpenSSL shared object? The JVM wouldn't know about that load, and its subsequent unload of the shared object wouldn't remove it from the process address space, because there would