Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Misc] Remove remaining aarch64 code #92

Merged
merged 1 commit into from
May 31, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/share/vm/runtime/coroutine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 0 additions & 3 deletions src/share/vm/runtime/coroutine.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down