Skip to content

Commit

Permalink
8303086: SIGSEGV in JavaThread::is_interp_only_mode()
Browse files Browse the repository at this point in the history
Reviewed-by: pchilanomate, cjplummer, lmesnik
  • Loading branch information
Serguei Spitsyn committed Jun 30, 2023
1 parent f6bdccb commit 971c2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hotspot/share/prims/jvmtiEnv.cpp
Expand Up @@ -575,7 +575,7 @@ JvmtiEnv::SetEventNotificationMode(jvmtiEventMode mode, jvmtiEvent event_type, j
if (event_type == JVMTI_EVENT_CLASS_FILE_LOAD_HOOK && enabled) {
record_class_file_load_hook_enabled();
}
JvmtiVTMSTransitionDisabler disabler(event_thread);
JvmtiVTMSTransitionDisabler disabler;

if (event_thread == nullptr) {
// Can be called at Agent_OnLoad() time with event_thread == nullptr
Expand Down

1 comment on commit 971c2ef

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