netty5/common/src
Norman Maurer eaf1771336
Don't use VM.maxDirectMemory() on z/OS to retrieve direct memory limit. (#7886)
Motivation:

On z/OS netty initializes this value with 64M, even the direct accessible memory is actually unbounded.

Modifications:

Skip usage of VM.maxDirectMemory() on z/OS.

Result:

More correct direct memory limit detection. Fixes https://github.com/netty/netty/issues/7654.
2018-04-25 07:33:07 +02:00
..
main Don't use VM.maxDirectMemory() on z/OS to retrieve direct memory limit. (#7886) 2018-04-25 07:33:07 +02:00
test Optimize space usage of FastThreadLocal (#7861) 2018-04-24 09:19:01 +02:00