Changes between Initial Version and Version 1 of Ticket #20207, comment 13
- Timestamp:
- 2020-12-10T21:44:33+01:00 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20207, comment 13
initial v1 1 I think this part of the code in `JCSCachedTileLoaderJob` looks suspicious because multiple threads may execute the syncronized block for the same key before one actually adds an element to the tree. I tried e.g. to move the lower line into the sync block but that didn't fix the problem.1 I think this part of the code in `JCSCachedTileLoaderJob` looks suspicious because multiple threads may execute the syncronized block for the same key before one actually adds an element to the map. I tried e.g. to move the lower line into the sync block but that didn't fix the problem. 2 2 {{{ 3 3 #!java


