Commit 703a1ad
Fix for multi-threading issues in AnnotationMap
- added synchronize block to methods in AnnotationModel, wherever reads
/ writes could happen in multiple threads.
- changed execution order, to be able to synchronize only necessary code
blocks.
Co-authored-by: Andrey Loskutov <loskutov@gmx.de>1 parent 26f9e0e commit 703a1ad
File tree
1 file changed
+2
-2
lines changed- bundles/org.eclipse.text/src/org/eclipse/jface/text/source
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
679 | 679 | | |
680 | 680 | | |
681 | 681 | | |
682 | | - | |
| 682 | + | |
683 | 683 | | |
684 | 684 | | |
685 | 685 | | |
| |||
690 | 690 | | |
691 | 691 | | |
692 | 692 | | |
693 | | - | |
| 693 | + | |
694 | 694 | | |
695 | 695 | | |
696 | 696 | | |
| |||
0 commit comments