< prev index next >

src/hotspot/cpu/zero/stubRoutines_zero.cpp

Print this page
*** 26,6 ***
  #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
--- 26,7 ---
  #include "runtime/deoptimization.hpp"
  #include "runtime/frame.inline.hpp"
  #include "runtime/javaThread.hpp"
  #include "runtime/stubRoutines.hpp"
  
! address StubRoutines::crc_table_addr()    { ShouldNotCallThis(); return nullptr; }
+ address StubRoutines::crc32c_table_addr() { ShouldNotCallThis(); return nullptr; }
< prev index next >