ARTEMIS-3051 Fix MessageReferenceImpl::getMemoryEstimate

This commit is contained in:
franz1981 2021-01-11 07:45:22 +01:00 committed by Clebert Suconic
parent 71685bf6bf
commit 9e06a0645b
1 changed files with 2 additions and 0 deletions

View File

@ -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 --------------------------------------------------