mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 12:09:14 +00:00
8373627: assert(!is_vthread_transition_disabler()) failed: no suspend allowed for vthread transition disablers
Reviewed-by: pchilanomate, dholmes
This commit is contained in:
parent
41d28c1838
commit
53ebcdbd02
@ -367,7 +367,7 @@ MountUnmountDisabler::enable_transition_for_all() {
|
||||
OrderAccess::release();
|
||||
|
||||
MonitorLocker ml(VThreadTransition_lock);
|
||||
if (exclusive_operation_ongoing()) {
|
||||
if (_is_exclusive) {
|
||||
set_exclusive_operation_ongoing(false);
|
||||
}
|
||||
dec_active_disablers();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user