--- old/src/share/vm/gc/shared/genCollectedHeap.hpp 2016-04-06 17:17:37.326383820 +0200 +++ new/src/share/vm/gc/shared/genCollectedHeap.hpp 2016-04-06 17:17:37.230383819 +0200 @@ -184,7 +184,7 @@ // We may support a shared contiguous allocation area, if the youngest // generation does. bool supports_inline_contig_alloc() const; - HeapWord** top_addr() const; + HeapWord* volatile* top_addr() const; HeapWord** end_addr() const; // Perform a full collection of the heap; intended for use in implementing