netty5/transport-native-kqueue/src
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
..
main We need to use NewGloblRef when caching jclass instances (#9595) 2019-09-23 14:00:50 +02:00
test/java/io/netty/channel/kqueue Correctly handle IPV6-mapped-IPV4 addresses in native code when receiving datagrams (#9560) 2019-09-11 20:31:50 +02:00