Closed VladyslavTsymbal closed 3 months ago
Synchronize access to map with cached Java classes for modularized build. In case of modularization, there are cases when the map can be accessed from different threads, what will lead to at least a data race scenario.
Synchronize access to map with cached Java classes for modularized build. In case of modularization, there are cases when the map can be accessed from different threads, what will lead to at least a data race scenario.