< prev index next >

src/hotspot/share/jvmci/jvmciCompilerToVM.hpp

Print this page

        

@@ -89,21 +89,21 @@
 
     static bool _supports_inline_contig_alloc;
     static HeapWord** _heap_end_addr;
     static HeapWord* volatile* _heap_top_addr;
     static int _max_oop_map_stack_offset;
+    static int _fields_annotations_base_offset;
 
     static jbyte* cardtable_start_address;
     static int cardtable_shift;
 
     static int vm_page_size;
 
     static int sizeof_vtableEntry;
     static int sizeof_ExceptionTableElement;
     static int sizeof_LocalVariableTableElement;
     static int sizeof_ConstantPool;
-    static int sizeof_SymbolPointer;
     static int sizeof_narrowKlass;
     static int sizeof_arrayOopDesc;
     static int sizeof_BasicLock;
 
     static address dsin;
< prev index next >