netty5/transport/src
Norman Maurer 90bc605477 Initialization of PlatformDependent0 fails on Java 9
Motivation:

Initialization of PlatformDependent0 fails on Java 9 in static initializer when calling setAccessible(true).

Modifications:

Add RefelectionUtil which can be used to safely try if setAccessible(true) can be used or not and if not fail back to non reflection.

Result:

Fixed [#6345]
2017-02-14 10:15:27 +01:00
..
main/java/io/netty Initialization of PlatformDependent0 fails on Java 9 2017-02-14 10:15:27 +01:00
test/java/io/netty Ensure CombinedChannelDuplexHandler can not be shared. 2017-02-14 08:42:23 +01:00