netty5/src/main
Carsten Varming cb071910ba Use the Runnable.run method to clean direct byte buffers if avaiable.
Motivation:

In JDK9 the Cleaner.clean method cannot be called as it is not exported
from `java.base`. `Runnable.run` should be called instead.

Modifications:
Pick Runnable.run if the cleaner implements Runnable. Otherwise try the
clean method on the class implementing the cleaner.

Result:
The cleaner for direct byte buffers is run on JDK9 as well as earlier
JDKs.
2016-07-20 07:53:30 +02:00
..
java/org/jboss/netty Use the Runnable.run method to clean direct byte buffers if avaiable. 2016-07-20 07:53:30 +02:00
resources/org/jboss/netty/container/spring [#1996] Remove bogus jboss-beans.xml 2013-12-14 14:13:15 +01:00