-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CORE-18961 explicit OSGi locking (#5335)
Added explicit locking to creation and removal methods to ensure maps/sets are updated atomically, but also OSGi bundle loading and unloading is not done concurrently. Methods which only read the already thread safe containers are not touched to avoid adding overhead.
- Loading branch information
1 parent
f602267
commit 08c3e61
Showing
1 changed file
with
38 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters