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
I don't see a real problem. These are the names of the threads, so it might not look nice in the end, but will also not cause harm. What is more, if you really spawn threads at a rate where this becomes problematic, you have other problems.
Mutable static fields should be synchronised to ensure safe publication.
There is no guarantee that the following code will generate unique names:
jna/contrib/platform/src/com/sun/jna/platform/win32/User32Util.java
Lines 166 to 170 in 6706361
The messageLoopId variable should probably be replaced by an AtomicLong.
The text was updated successfully, but these errors were encountered: