6b3ec62e6e
Motivation: It turns out it is quite easy to cause a classloader deadlock in more recent java updates if you cause classloading while you are in native code. Because of this we should just workaround this issue by pre-load all the classes that needs to be accessed in the OnLoad function. Modifications: - Preload all classes that would otherwise be loaded by native OnLoad functions. Result: Workaround for https://github.com/netty/netty/issues/11209 and https://bugs.openjdk.java.net/browse/JDK-8266310 |
||
---|---|---|
.. | ||
src | ||
Makefile | ||
pom.xml |