--- old/src/hotspot/share/gc/shared/gcThreadLocalData.hpp 2018-06-08 19:45:23.920279047 +0200 +++ new/src/hotspot/share/gc/shared/gcThreadLocalData.hpp 2018-06-08 19:45:23.657267636 +0200 @@ -40,6 +40,6 @@ // should consider placing frequently accessed fields first in // T, so that field offsets relative to Thread are small, which // often allows for a more compact instruction encoding. -typedef uint64_t GCThreadLocalData[14]; // 112 bytes +typedef uint64_t GCThreadLocalData[18]; // 144 bytes #endif // SHARE_GC_SHARED_GCTHREADLOCALDATA_HPP