equal
deleted
inserted
replaced
56 static uintptr_t Universe_verify_oop_bits; |
56 static uintptr_t Universe_verify_oop_bits; |
57 static void* Universe_non_oop_bits; |
57 static void* Universe_non_oop_bits; |
58 |
58 |
59 static bool _supports_inline_contig_alloc; |
59 static bool _supports_inline_contig_alloc; |
60 static HeapWord** _heap_end_addr; |
60 static HeapWord** _heap_end_addr; |
61 static HeapWord** _heap_top_addr; |
61 static HeapWord* volatile* _heap_top_addr; |
62 static int _max_oop_map_stack_offset; |
62 static int _max_oop_map_stack_offset; |
63 |
63 |
64 static jbyte* cardtable_start_address; |
64 static jbyte* cardtable_start_address; |
65 static int cardtable_shift; |
65 static int cardtable_shift; |
66 |
66 |