< prev index next >

src/hotspot/share/jvmci/jvmciCompilerToVM.hpp

Print this page
*** 129,10 ***
--- 129,12 ---
      static address dexp;
      static address dlog;
      static address dlog10;
      static address dpow;
  
+     static address crc_table_addr;
+ 
      static address symbol_init;
      static address symbol_clinit;
  
      // Minimum alignment of an offset into CodeBuffer::SECT_CONSTS
      static int data_section_item_alignment;
< prev index next >