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
Make DPIZoomChangeHandlers concurrent R/W able #62
This commit changes the type of
DPIZoomChangeRegistry::dpiZoomChangeHandlers from TreeMap to
ConcurrentSkipListMap as at times there can be classes which can
register their handlers amidst a DPI change event leading to concurrent
read and write which can lead to ConcurrentModificationException
contributes to #62 and #127
0 commit comments