netty5/transport-native-kqueue
Norman Maurer e88e56818b We need to use NewGloblRef when caching jclass instances (#9595)
Motivation:

It is not safe to cache a jclass without obtaining a global reference via NewGlobalRef.

Modifications:

Correctly use NewGlobalRef(...) before caching

Result:

Correctly cache jclass instance
2019-09-23 14:00:50 +02:00
..
src We need to use NewGloblRef when caching jclass instances (#9595) 2019-09-23 14:00:50 +02:00
pom.xml Include c source files in source jar (#9497) 2019-08-23 09:33:31 +02:00