src/hotspot/share/gc/shared/gcThreadLocalData.hpp
changeset 50525 767cdb97f103
parent 49752 93d84f667d12
child 57851 6728c41f2a08
--- a/src/hotspot/share/gc/shared/gcThreadLocalData.hpp	Tue Jun 12 07:52:30 2018 -0700
+++ b/src/hotspot/share/gc/shared/gcThreadLocalData.hpp	Tue Jun 12 17:40:28 2018 +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