Commit 824b356
Jörg Kubitz
Do not suspend JobManager during startup by default
Because of possible deadlock when Javaeditor from JDT calls PDE calls
OOMPH calls P2 to download new target platform waiting for a Job that is
not executed because JobManager is suspendend
eclipse-pde/eclipse.pde#1481
Was already suggested in
https://bugs.eclipse.org/bugs/show_bug.cgi?id=514090
Old behavior can be used by setting VM property
-Dorg.eclipse.ui.suspendJobManagerDuringStart=true1 parent f16064c commit 824b356
File tree
2 files changed
+13
-2
lines changed- bundles/org.eclipse.ui.ide.application/src/org/eclipse/ui/internal/ide/application
2 files changed
+13
-2
lines changedLines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
136 | 143 | | |
137 | 144 | | |
138 | 145 | | |
| |||
146 | 153 | | |
147 | 154 | | |
148 | 155 | | |
149 | | - | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
150 | 159 | | |
151 | 160 | | |
152 | 161 | | |
| |||
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
289 | | - | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
290 | 292 | | |
291 | 293 | | |
292 | 294 | | |
| |||
0 commit comments