-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
No need for soloader.class synchronization to mutate sLoadedLibraries
Summary: We can follow what sLoadedAndJniInvoked does and have a ConcurrentSet, that we only need to synchronize on the loadingLibLock specific to the library we're about to load. Reviewed By: michalgr Differential Revision: D58954598 fbshipit-source-id: 2e44379c621a69e8420fe0460526e21c5dbd0704
- Loading branch information
1 parent
02cfe86
commit ac267a5
Showing
1 changed file
with
10 additions
and
14 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