Skip to content

Commit

Permalink
8327036: [macosx-aarch64] SIGBUS in MarkActivationClosure::do_code_bl…
Browse files Browse the repository at this point in the history
…ob reached from Unsafe_CopySwapMemory0

Reviewed-by: mdoerr
  • Loading branch information
reinrich committed Mar 6, 2024
1 parent 930344a commit ad1d324
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hotspot/share/runtime/interfaceSupport.inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -409,6 +409,7 @@ extern "C" { \
#define JVM_ENTRY_FROM_LEAF(env, result_type, header) \
{ { \
JavaThread* thread=JavaThread::thread_from_jni_environment(env); \
MACOS_AARCH64_ONLY(ThreadWXEnable __wx(WXWrite, thread)); \
ThreadInVMfromNative __tiv(thread); \
debug_only(VMNativeEntryWrapper __vew;) \
VM_ENTRY_BASE_FROM_LEAF(result_type, header, thread)
Expand Down

1 comment on commit ad1d324

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.