< prev index next > src/hotspot/share/jvmci/jvmciCompilerToVMInit.cpp
Print this page
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;
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 >