netty5/common/src
Scott Mitchell a043cf4a98 Catch exceptions from PlatformDependent#getSystemClassLoader
Motivation:
PlatformDependent#getSystemClassLoader may throw a wide variety of exceptions based upon the environment. We should handle all exceptions and continue initializing the slow path if an exception occurs.

Modifications:
- Catch Throwable in cases where PlatformDependent#getSystemClassLoader is used

Result:
Fixes https://github.com/netty/netty/issues/6038
2016-11-19 09:23:25 -08:00
..
main Catch exceptions from PlatformDependent#getSystemClassLoader 2016-11-19 09:23:25 -08:00
test HashWheelTimerTest cleanup 2016-11-14 16:17:18 -08:00