mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-25 01:30:10 +00:00
add missing external for aarch64
This commit is contained in:
parent
eaa5852913
commit
924a30f436
@ -32,6 +32,7 @@
|
||||
#include "classfile/javaAssertions.hpp"
|
||||
#include "code/aotCodeCache.hpp"
|
||||
#include "code/codeCache.hpp"
|
||||
#include "gc/shared/barrierSetAssembler.hpp"
|
||||
#include "gc/shared/barrierSetNMethod.hpp"
|
||||
#include "gc/shared/gcConfig.hpp"
|
||||
#include "logging/logStream.hpp"
|
||||
@ -1791,6 +1792,10 @@ void AOTCodeAddressTable::init_extrs() {
|
||||
ADD_EXTERNAL_ADDRESS(JavaThread::aarch64_get_thread_helper);
|
||||
#endif
|
||||
|
||||
#if defined(AARCH64)
|
||||
ADD_EXTERNAL_ADDRESS(BarrierSetAssembler::patching_epoch_addr());
|
||||
#endif
|
||||
|
||||
#ifndef PRODUCT
|
||||
ADD_EXTERNAL_ADDRESS(&SharedRuntime::_jbyte_array_copy_ctr); // used by arraycopy stub on arm32 and x86_64
|
||||
ADD_EXTERNAL_ADDRESS(&SharedRuntime::_jshort_array_copy_ctr); // used by arraycopy stub
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user