mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 13:08:24 +00:00
8236124: Minimal VM slowdebug build failed after JDK-8212160
Use macro JVMTI_ONLY to avoid slowdebug build fail Reviewed-by: coleenp, cjplummer, dholmes
This commit is contained in:
parent
c4b8e38de4
commit
ed044e9142
@ -396,7 +396,7 @@ public:
|
||||
void set_should_post_on_exceptions(bool val) { _thread->set_should_post_on_exceptions_flag(val ? JNI_TRUE : JNI_FALSE); }
|
||||
|
||||
// Thread local event queue, which doesn't require taking the Service_lock.
|
||||
void enqueue_event(JvmtiDeferredEvent* event);
|
||||
void enqueue_event(JvmtiDeferredEvent* event) NOT_JVMTI_RETURN;
|
||||
void post_events(JvmtiEnv* env);
|
||||
void run_nmethod_entry_barriers();
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user