netty5/common/src
Norman Maurer fe2b55cea1 Allow to disable deleting of the native library file after it is loaded.
Motivation:

When profiling it is sometimes needed to still have the native library file avaible. We should allow to disable the explicit deletion and just delete it when the JVM stops.

This is related to #6110

Modifications:

Add io.netty.native.deleteLibAfterLoading system property which allows to disable the explicit delete after laoding

Result:

Possible to profile native libraries better.
2016-12-16 08:28:01 +00:00
..
main Allow to disable deleting of the native library file after it is loaded. 2016-12-16 08:28:01 +00:00
test [#6114] Increase test timeout for test introduced in c2f4daa739 2016-12-08 13:17:42 +01:00