Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.
/ jdk13u-dev Public archive

Commit

Permalink
8235456: Minimal VM is broken after JDK-8212160
Browse files Browse the repository at this point in the history
Backport-of: f8caaba
  • Loading branch information
Ekaterina Vergizova authored and Yuri Nesterenko committed Jan 29, 2021
1 parent 49b1754 commit 7217f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/jvmtiImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ class JvmtiDeferredEventQueue : public CHeapObj<mtInternal> {
JvmtiDeferredEvent dequeue() NOT_JVMTI_RETURN_(JvmtiDeferredEvent());

// Post all events in the queue for the current Jvmti environment
void post(JvmtiEnv* env) NOT_JVMTI_RETURN_(false);
void post(JvmtiEnv* env) NOT_JVMTI_RETURN;
void enqueue(JvmtiDeferredEvent event) NOT_JVMTI_RETURN;

// Sweeper support to keep nmethods from being zombied while in the queue.
Expand Down

1 comment on commit 7217f4c

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