< prev index next >

src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp

Print this page
@@ -149,10 +149,12 @@
  address CompilerToVM::Data::dexp;
  address CompilerToVM::Data::dlog;
  address CompilerToVM::Data::dlog10;
  address CompilerToVM::Data::dpow;
  
+ address CompilerToVM::Data::crc_table_addr;
+ 
  address CompilerToVM::Data::symbol_init;
  address CompilerToVM::Data::symbol_clinit;
  
  int CompilerToVM::Data::data_section_item_alignment;
  

@@ -287,10 +289,11 @@
      name = nullptr;                                             \
    }
  
    SET_TRIGFUNC_OR_NULL(dtanh);
    SET_TRIGFUNC_OR_NULL(dcbrt);
+   SET_TRIGFUNC_OR_NULL(crc_table_addr);
  
  #undef SET_TRIGFUNC_OR_NULL
  
  
  }
< prev index next >