netty5/microbench
Trustin Lee 03e68482bb Remove ChannelBuf/ByteBuf.Unsafe
- Fixes #826
Unsafe.isFreed(), free(), suspend/resumeIntermediaryAllocations() are not that dangerous. internalNioBuffer() and internalNioBuffers() are dangerous but it seems like nobody is using it even inside Netty. Removing those two methods also removes the necessity to keep Unsafe interface at all.
2012-12-17 17:41:21 +09:00
..
src/test/java Remove ChannelBuf/ByteBuf.Unsafe 2012-12-17 17:41:21 +09:00
pom.xml Apply advanced JVM options to benchmarks / Fix duplicate uploads 2012-12-14 00:00:41 +09:00