This commit is contained in:
Clebert Suconic 2021-02-03 10:27:09 -05:00
commit e507938835
1 changed files with 3 additions and 1 deletions

View File

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