ARTEMIS-3051 Fix MessageReferenceImpl::getMemoryEstimate
This commit is contained in:
parent
71685bf6bf
commit
9e06a0645b
|
@ -86,6 +86,8 @@ public class MessageReferenceImpl extends LinkedListImpl.Node<MessageReferenceIm
|
|||
|
||||
// Static --------------------------------------------------------
|
||||
|
||||
// This value has been computed by using https://github.com/openjdk/jol
|
||||
// on HotSpot 64-bit VM COOPS, 8-byte alignment
|
||||
private static final int memoryOffset = 72;
|
||||
|
||||
// Constructors --------------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue