Kaydet (Commit) 02858c3d authored tarafından Noel Grandin's avatar Noel Grandin

fix synchronization of JobQueue

Change-Id: I51d58896065a06564d7963aab1145ba9083fdefc
üst d5146c0e
......@@ -89,7 +89,7 @@ public class JobQueue {
try {
enter(2000, _disposeId);
} catch(Throwable throwable) {
synchronized (this) {
synchronized (JobQueue.this) {
if(!jobList.isEmpty() || _active) { // there was a job in progress, so give a stack
System.err.println(getClass().getName() + " - exception occurred:" + throwable);
throwable.printStackTrace(System.err);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment