This closes #3398
This commit is contained in:
commit
e507938835
|
@ -86,7 +86,9 @@ public class MessageReferenceImpl extends LinkedListImpl.Node<MessageReferenceIm
|
|||
|
||||
// Static --------------------------------------------------------
|
||||
|
||||
private static final int memoryOffset = 64;
|
||||
// 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