< prev index next >

src/share/vm/jvmci/jvmciCompilerToVM.hpp

Print this page
rev 11970 : imported patch base_volatiles

@@ -56,11 +56,11 @@
     static uintptr_t Universe_verify_oop_bits;
     static void* Universe_non_oop_bits;
 
     static bool _supports_inline_contig_alloc;
     static HeapWord** _heap_end_addr;
-    static HeapWord** _heap_top_addr;
+    static HeapWord* volatile* _heap_top_addr;
     static int _max_oop_map_stack_offset;
 
     static jbyte* cardtable_start_address;
     static int cardtable_shift;
 
< prev index next >