8381879: JDK-8372617 has broken the Zero build

Reviewed-by: kvn
This commit is contained in:
Andrew Dinn 2026-04-09 18:28:09 +00:00
parent e6bce14874
commit 20387ffafc

View File

@ -1905,9 +1905,6 @@ void AOTCodeAddressTable::init_extrs() {
ADD_EXTERNAL_ADDRESS(SharedRuntime::handle_wrong_method_ic_miss);
#if defined(AARCH64) && !defined(ZERO)
ADD_EXTERNAL_ADDRESS(JavaThread::aarch64_get_thread_helper);
#endif
#if defined(AARCH64)
ADD_EXTERNAL_ADDRESS(BarrierSetAssembler::patching_epoch_addr());
#endif