ARTEMIS-3051 Fix MessageReferenceImpl::getMemoryEstimate
This commit is contained in:
parent
8d1fe2baa0
commit
71685bf6bf
|
@ -86,7 +86,7 @@ public class MessageReferenceImpl extends LinkedListImpl.Node<MessageReferenceIm
|
|||
|
||||
// Static --------------------------------------------------------
|
||||
|
||||
private static final int memoryOffset = 64;
|
||||
private static final int memoryOffset = 72;
|
||||
|
||||
// Constructors --------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue