You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
searchPaths is a ConcurrentHashMap, so does it need synch?
It also does not make sense to me to synch. on the value being added, rather than the target being updated.
The text was updated successfully, but these errors were encountered:
The synch. here appears to be unnecessary:
jna/src/com/sun/jna/NativeLibrary.java
Lines 186 to 188 in 3656295
searchPaths is a ConcurrentHashMap, so does it need synch?
It also does not make sense to me to synch. on the value being added, rather than the target being updated.
The text was updated successfully, but these errors were encountered: