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
When working with multiple threads (e.g., Java Swing drawing thread) the method cache can encounter a race condition, where the lookup result of one thread is modified by another thread before it is returned. This can cause any kind of errror.
When working with multiple threads (e.g., Java Swing drawing thread) the method cache can encounter a race condition, where the lookup result of one thread is modified by another thread before it is returned. This can cause any kind of errror.
An example fix is here: https://github.com/hpi-swa-lab/trufflesqueak-java-ui/commit/49129896adc9b4fb4bef31eec6d078e696d429ff
The text was updated successfully, but these errors were encountered: