Update ChannelOutboundBuffer.java (#9863)

Motivation:

fix comment of ChannelOutboundBuffer.CHANNEL_OUTBOUND_BUFFER_ENTRY_OVERHEAD

Modifications:

6 (NOT 8) reference fields is right

Result:
Correct comment
This commit is contained in:
梦典 2019-12-11 16:26:21 +08:00 committed by Norman Maurer
parent daa354d659
commit 74c0e8cdc8

View File

@ -54,7 +54,7 @@ import static java.util.Objects.requireNonNull;
public final class ChannelOutboundBuffer { public final class ChannelOutboundBuffer {
// Assuming a 64-bit JVM: // Assuming a 64-bit JVM:
// - 16 bytes object header // - 16 bytes object header
// - 8 reference fields // - 6 reference fields
// - 2 long fields // - 2 long fields
// - 2 int fields // - 2 int fields
// - 1 boolean field // - 1 boolean field