hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp
changeset 32389 626f27450e12
parent 31975 1e8d389159cb
child 34148 6efbc7ffd767
--- a/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp	Tue Aug 25 00:26:10 2015 -0400
+++ b/hotspot/src/share/vm/gc/g1/vmStructs_g1.hpp	Mon Aug 24 16:27:41 2015 +0200
@@ -34,7 +34,7 @@
   static_field(HeapRegion, GrainBytes,        size_t)                         \
   static_field(HeapRegion, LogOfHRGrainBytes, int)                            \
                                                                               \
-  nonstatic_field(G1OffsetTableContigSpace, _top,       HeapWord*)            \
+  nonstatic_field(G1OffsetTableContigSpace, _top,       HeapWord* volatile)   \
                                                                               \
   nonstatic_field(G1HeapRegionTable, _base,             address)              \
   nonstatic_field(G1HeapRegionTable, _length,           size_t)               \