< prev index next >

src/hotspot/cpu/zero/stubRoutines_zero.cpp

Print this page
@@ -26,6 +26,7 @@
  #include "runtime/deoptimization.hpp"
  #include "runtime/frame.inline.hpp"
  #include "runtime/javaThread.hpp"
  #include "runtime/stubRoutines.hpp"
  
- // zero has no arch-specific stubs nor any associated entries
+ address StubRoutines::crc_table_addr()    { ShouldNotCallThis(); return nullptr; }
+ address StubRoutines::crc32c_table_addr() { ShouldNotCallThis(); return nullptr; }
< prev index next >