Skip to content

Commit

Permalink
8283270: [11u] broken JRT_ENTRY_NO_ASYNC after Backport of JDK-8253795
Browse files Browse the repository at this point in the history
Reviewed-by: sgehwolf, clanger
  • Loading branch information
TheRealMDoerr committed Mar 17, 2022
1 parent f7346f0 commit 3a0074c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/runtime/interfaceSupport.inline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ class RuntimeHistogramElement : public HistogramElement {
#define JRT_ENTRY_NO_ASYNC(result_type, header) \
result_type header { \
MACOS_AARCH64_ONLY(ThreadWXEnable __wx(WXWrite, thread)); \
ThreadInVMfromJava __tiv(thread); \
ThreadInVMfromJavaNoAsyncException __tiv(thread); \
VM_ENTRY_BASE(result_type, header, thread) \
debug_only(VMEntryWrapper __vew;)

Expand Down

1 comment on commit 3a0074c

@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.