netty5/common
Carsten Varming 8780062a43 Removed HeapByteBuffer address field check.
Motivation:

In JDK9 heap byte buffers have an address field, so we have to remove
the current check as it is invalid in JDK9.

Modifications:

Removed the address field check for heap byte buffers.

Result:
Netty continues to find sun.misc.Unsafe in JDK9 as in previous JDKs.
2016-06-30 18:47:10 +02:00
..
src Removed HeapByteBuffer address field check. 2016-06-30 18:47:10 +02:00
pom.xml Update dependencies and plugins to latest possible versions. 2016-06-27 13:35:35 +02:00