diff --git a/src/share/vm/runtime/coroutine.cpp b/src/share/vm/runtime/coroutine.cpp index ce79ba8ed..e802d4b8c 100644 --- a/src/share/vm/runtime/coroutine.cpp +++ b/src/share/vm/runtime/coroutine.cpp @@ -38,9 +38,6 @@ #ifdef TARGET_ARCH_zero # include "vmreg_zero.inline.hpp" #endif -#ifdef TARGET_ARCH_aarch64 -# include "vmreg_aarch64.inline.hpp" -#endif #ifdef _WINDOWS diff --git a/src/share/vm/runtime/coroutine.hpp b/src/share/vm/runtime/coroutine.hpp index ca4996fa5..a242246c9 100644 --- a/src/share/vm/runtime/coroutine.hpp +++ b/src/share/vm/runtime/coroutine.hpp @@ -524,9 +524,6 @@ struct WispPostStealResource { #ifdef TARGET_ARCH_x86 # include "coroutine_x86.hpp" #endif -#ifdef TARGET_ARCH_aarch64 -# include "coroutine_aarch64.hpp" -#endif #define WISP_THREAD_UPDATE get_thread(R_TH) #define WISP_CALLING_CONVENTION_V2J_UPDATE __ WISP_THREAD_UPDATE #define WISP_CALLING_CONVENTION_V2j_UPDATE __ WISP_THREAD_UPDATE