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

Commit 3678a7b

Browse files
Ekaterina VergizovaYuri Nesterenko
Ekaterina Vergizova
authored and
Yuri Nesterenko
committedJan 29, 2021
8236124: Minimal VM slowdebug build failed after JDK-8212160
Use macro JVMTI_ONLY to avoid slowdebug build fail Backport-of: 4e29c96
1 parent 7217f4c commit 3678a7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎src/hotspot/share/prims/jvmtiThreadState.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ class JvmtiThreadState : public CHeapObj<mtInternal> {
396396
void set_should_post_on_exceptions(bool val) { _thread->set_should_post_on_exceptions_flag(val ? JNI_TRUE : JNI_FALSE); }
397397

398398
// Thread local event queue, which doesn't require taking the Service_lock.
399-
void enqueue_event(JvmtiDeferredEvent* event);
399+
void enqueue_event(JvmtiDeferredEvent* event) NOT_JVMTI_RETURN;
400400
void post_events(JvmtiEnv* env);
401401
};
402402

0 commit comments

Comments
 (0)