hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp
changeset 41283 2615c024f3eb
parent 40878 5d87104b10d5
child 41338 310c87628696
--- a/hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp	Tue Sep 20 20:22:19 2016 +0200
+++ b/hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp	Tue Sep 20 15:42:17 2016 -0400
@@ -69,7 +69,7 @@
                                                                                                                                      \
   static_field(CompilerToVM::Data,             _supports_inline_contig_alloc,          bool)                                         \
   static_field(CompilerToVM::Data,             _heap_end_addr,                         HeapWord**)                                   \
-  static_field(CompilerToVM::Data,             _heap_top_addr,                         HeapWord**)                                   \
+  static_field(CompilerToVM::Data,             _heap_top_addr,                         HeapWord* volatile*)                          \
                                                                                                                                      \
   static_field(CompilerToVM::Data,             _max_oop_map_stack_offset,              int)                                          \
                                                                                                                                      \