File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -305,7 +305,7 @@ void FfiCallbackMetadata::DeleteCallbackLocked(MetadataEntry* entry) {
305305}
306306
307307void FfiCallbackMetadata::DeleteAllCallbacks (MetadataEntry** list_head) {
308- SafepointMutexLocker locker (&lock_);
308+ MutexLocker locker (&lock_);
309309 for (MetadataEntry* entry = *list_head; entry != nullptr ;) {
310310 MetadataEntry* next = entry->list_next ();
311311 DeleteCallbackLocked (entry);
Original file line number Diff line number Diff line change @@ -114,3 +114,4 @@ data_not_asan_test: SkipByDesign # This test tries to allocate too much memory o
114114
115115[ $hot_reload || $hot_reload_rollback ]
116116isolate_group_bound_callback_test: SkipSlow # shared_slow_path_triggers_gc in combination with reload makes this test very slow
117+ many_listener_callbacks_test/*: Skip # Starts many background threads that are leaked by hot reloading
You can’t perform that action at this time.
0 commit comments