Commit eede375
committed
Bug 578789 - Deadlock situation when adding new JRE
Don't use syncExec() for tasks that can be done asynchronously. The
listener can be called from the thread that holds already a lock.
Change-Id: Ic2029ae0e395a31564c97e6233ce6596086dd7f6
Reviewed-on: https://git.eclipse.org/r/c/jdt/eclipse.jdt.debug/+/190854
Tested-by: JDT Bot <[email protected]>
Reviewed-by: Andrey Loskutov <[email protected]>1 parent 5155869 commit eede375
File tree
1 file changed
+1
-1
lines changed- org.eclipse.jdt.debug.ui/ui/org/eclipse/jdt/internal/debug/ui/jres
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | | - | |
| 156 | + | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
| |||
0 commit comments