提交 0ae9b198 编写于 作者: R rupashka

7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests

Reviewed-by: alexsch
上级 80fc0400
......@@ -187,6 +187,9 @@ class TimerQueue implements Runnable
addTimer(delayedTimer);
}
}
// Allow run other threads on systems without kernel threads
timer.getLock().newCondition().awaitNanos(1);
} catch (SecurityException ignore) {
} finally {
timer.getLock().unlock();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册