mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-25 15:20:11 +00:00
8235456: Minimal VM is broken after JDK-8212160
Reviewed-by: dholmes
This commit is contained in:
parent
30559e6431
commit
f8caabaac7
@ -520,7 +520,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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user