Scott Mitchell ccaec7ed77 UNSAFE.throwException null arg crashes JVM
Motivation:
It has been observed that passing a null argument to Unsafe.throwException can crash the JVM.

Modifications:
- PlatformUnsafe0.throwException should honor http://docs.oracle.com/javase/specs/jls/se8/html/jls-14.html#jls-14.18 and throw a NPE

Result:
No risk of JVM crashing for null argument.
Fixes https://github.com/netty/netty/issues/4131
2015-08-26 23:47:10 -07:00
..
2014-11-22 07:46:40 +09:00
2013-07-20 08:01:14 +02:00
2013-12-05 00:51:39 +09:00
2012-12-26 13:50:01 +09:00
2012-06-04 13:31:44 -07:00
2014-07-02 20:21:30 +09:00