< prev index next >

src/share/vm/jvmci/vmStructs_jvmci.cpp

Print this page
rev 11970 : [mq]: base_volatiles

*** 67,77 **** static_field(CompilerToVM::Data, Universe_verify_oop_mask, uintptr_t) \ static_field(CompilerToVM::Data, Universe_verify_oop_bits, uintptr_t) \ \ 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, _max_oop_map_stack_offset, int) \ \ static_field(CompilerToVM::Data, cardtable_start_address, jbyte*) \ static_field(CompilerToVM::Data, cardtable_shift, int) \ --- 67,77 ---- static_field(CompilerToVM::Data, Universe_verify_oop_mask, uintptr_t) \ static_field(CompilerToVM::Data, Universe_verify_oop_bits, uintptr_t) \ \ 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* volatile*) \ \ static_field(CompilerToVM::Data, _max_oop_map_stack_offset, int) \ \ static_field(CompilerToVM::Data, cardtable_start_address, jbyte*) \ static_field(CompilerToVM::Data, cardtable_shift, int) \
< prev index next >