hotspot/src/share/vm/jvmci/jvmciCompilerToVM.hpp
changeset 41283 2615c024f3eb
parent 40878 5d87104b10d5
child 42650 1f304d0c888b
equal deleted inserted replaced
41282:474076f73ba1 41283:2615c024f3eb
    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