< prev index next > src/hotspot/cpu/zero/stubRoutines_zero.cpp
Print this page
#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
#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 >