From f627df74b4c2f7c7f6d49034c0b76be188dcbb36 Mon Sep 17 00:00:00 2001 From: Zhuo Wang Date: Fri, 28 May 2021 17:43:53 +0800 Subject: [PATCH] [Misc] Remove remaining aarch64 code Summary: Continue to remove aarch64 code Test Plan: existing x86 tests Reviewed-by: zhengxiaolinX, joeyleeeeeee97 Issue: https://github.com/alibaba/dragonwell8/issues/228 --- src/share/vm/runtime/coroutine.cpp | 3 --- src/share/vm/runtime/coroutine.hpp | 3 --- 2 files changed, 6 deletions(-) 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