src/hotspot/share/jvmci/jvmciCompilerToVM.hpp
changeset 52645 74cf02d5f6e2
parent 50746 85789fb05154
child 53244 9807daeb47c4
equal deleted inserted replaced
52644:43efb4ca6d6c 52645:74cf02d5f6e2
    89 
    89 
    90     static bool _supports_inline_contig_alloc;
    90     static bool _supports_inline_contig_alloc;
    91     static HeapWord** _heap_end_addr;
    91     static HeapWord** _heap_end_addr;
    92     static HeapWord* volatile* _heap_top_addr;
    92     static HeapWord* volatile* _heap_top_addr;
    93     static int _max_oop_map_stack_offset;
    93     static int _max_oop_map_stack_offset;
       
    94     static int _fields_annotations_base_offset;
    94 
    95 
    95     static jbyte* cardtable_start_address;
    96     static jbyte* cardtable_start_address;
    96     static int cardtable_shift;
    97     static int cardtable_shift;
    97 
    98 
    98     static int vm_page_size;
    99     static int vm_page_size;
    99 
   100 
   100     static int sizeof_vtableEntry;
   101     static int sizeof_vtableEntry;
   101     static int sizeof_ExceptionTableElement;
   102     static int sizeof_ExceptionTableElement;
   102     static int sizeof_LocalVariableTableElement;
   103     static int sizeof_LocalVariableTableElement;
   103     static int sizeof_ConstantPool;
   104     static int sizeof_ConstantPool;
   104     static int sizeof_SymbolPointer;
       
   105     static int sizeof_narrowKlass;
   105     static int sizeof_narrowKlass;
   106     static int sizeof_arrayOopDesc;
   106     static int sizeof_arrayOopDesc;
   107     static int sizeof_BasicLock;
   107     static int sizeof_BasicLock;
   108 
   108 
   109     static address dsin;
   109     static address dsin;