hotspot/src/share/vm/jvmci/vmStructs_jvmci.cpp
changeset 39441 7464b1552bf7
parent 39423 0f8dc3693499
child 40046 01e973266ee4
child 40010 e32d5e545789
equal deleted inserted replaced
39436:f07320a4e634 39441:7464b1552bf7
    68   static_field(CompilerToVM::Data,             Universe_verify_oop_bits,               uintptr_t)                                    \
    68   static_field(CompilerToVM::Data,             Universe_verify_oop_bits,               uintptr_t)                                    \
    69                                                                                                                                      \
    69                                                                                                                                      \
    70   static_field(CompilerToVM::Data,             _supports_inline_contig_alloc,          bool)                                         \
    70   static_field(CompilerToVM::Data,             _supports_inline_contig_alloc,          bool)                                         \
    71   static_field(CompilerToVM::Data,             _heap_end_addr,                         HeapWord**)                                   \
    71   static_field(CompilerToVM::Data,             _heap_end_addr,                         HeapWord**)                                   \
    72   static_field(CompilerToVM::Data,             _heap_top_addr,                         HeapWord**)                                   \
    72   static_field(CompilerToVM::Data,             _heap_top_addr,                         HeapWord**)                                   \
       
    73                                                                                                                                      \
       
    74   static_field(CompilerToVM::Data,             _max_oop_map_stack_offset,              int)                                          \
    73                                                                                                                                      \
    75                                                                                                                                      \
    74   static_field(CompilerToVM::Data,             cardtable_start_address,                jbyte*)                                       \
    76   static_field(CompilerToVM::Data,             cardtable_start_address,                jbyte*)                                       \
    75   static_field(CompilerToVM::Data,             cardtable_shift,                        int)                                          \
    77   static_field(CompilerToVM::Data,             cardtable_shift,                        int)                                          \
    76                                                                                                                                      \
    78                                                                                                                                      \
    77   static_field(CompilerToVM::Data,             vm_page_size,                           int)                                          \
    79   static_field(CompilerToVM::Data,             vm_page_size,                           int)                                          \