Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 72507 | Differences between
and this patch

Collapse All | Expand All

(-)JDIThread.java (-1 / +3 lines)
Lines 2485-2491 Link Here
2485
		}
2485
		}
2486
		
2486
		
2487
		public void addRunnable(Runnable runnable) {
2487
		public void addRunnable(Runnable runnable) {
2488
			fRunnables.add(runnable);
2488
			synchronized (fRunnables) {
2489
				fRunnables.add(runnable);
2490
			}
2489
			schedule();
2491
			schedule();
2490
		}
2492
		}
2491
		
2493
		

Return to bug 72507