< prev index next >

src/hotspot/cpu/arm/stubRoutines_arm.cpp

Print this page
@@ -34,5 +34,8 @@
  
  STUBGEN_ARCH_ENTRIES_DO(DEFINE_ARCH_ENTRY, DEFINE_ARCH_ENTRY_INIT)
  
  #undef DEFINE_ARCH_ENTRY_INIT
  #undef DEFINE_ARCH_ENTRY
+ 
+ address StubRoutines::crc_table_addr()    { ShouldNotCallThis(); return nullptr; }
+ address StubRoutines::crc32c_table_addr() { ShouldNotCallThis(); return nullptr; }
< prev index next >