< prev index next >

src/hotspot/share/gc/shared/gcThreadLocalData.hpp

Print this page

        

@@ -38,8 +38,8 @@
 // Use Thread::gc_data<T>() to access the data, where T is the
 // GC-specific type describing the structure of the data. GCs
 // 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
< prev index next >