Skip to content

Commit 248519d

Browse files
author
Serguei Spitsyn
committed
8373627: assert(!is_vthread_transition_disabler()) failed: no suspend allowed for vthread transition disablers
Reviewed-by: pchilanomate Backport-of: 53ebcdb
1 parent b8b4493 commit 248519d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hotspot/share/runtime/mountUnmountDisabler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ MountUnmountDisabler::enable_transition_for_all() {
367367
OrderAccess::release();
368368

369369
MonitorLocker ml(VThreadTransition_lock);
370-
if (exclusive_operation_ongoing()) {
370+
if (_is_exclusive) {
371371
set_exclusive_operation_ongoing(false);
372372
}
373373
dec_active_disablers();

0 commit comments

Comments
 (0)