netty5/common/src
Trustin Lee 3b11146c6d Limit the number of bytes to copy per Unsafe.copyMemory()
Motivation:

During a large memory copy, safepoint polling is diabled, hindering
accurate profiling.

Modifications:

Only copy up to 1 MiB per Unsafe.copyMemory()

Result:

Potentially more reliable performance
2014-05-20 17:19:59 +09:00
..
main/java/io/netty/util Limit the number of bytes to copy per Unsafe.copyMemory() 2014-05-20 17:19:59 +09:00
test/java/io/netty/util [#2252] Fix bug where AppendableCharSequence private constructor does not set correct position 2014-03-03 19:58:22 +01:00