netty5/common/src
Carsten Varming 9d933091bf Add version check for JDK9 and beyond.
Motivation:

Netty's platform dependent parts should know about JDK9.

Modifications:

JDK9 introduce Runtime$Version Runtime.version() which has an int major()
method that always return the major Java version. I call that method to
get the Java major version.

Result:

Netty will recognize all future JDK versions.
2016-06-30 18:45:35 +02:00
..
main Add version check for JDK9 and beyond. 2016-06-30 18:45:35 +02:00
test Remove unsafe char[] access in PlatformDependent 2016-06-30 08:58:28 -07:00