--- old/src/share/vm/jvmci/vmStructs_jvmci.cpp 2016-09-12 15:41:16.166114915 +0200 +++ new/src/share/vm/jvmci/vmStructs_jvmci.cpp 2016-09-12 15:41:16.058114910 +0200 @@ -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) \ \