Other |
---|
tbdUnresolved |
Blocks :
|
PrismInvoker.runOnRenderThread() assumes it can be called from either FX thread or Render thread. As printing may occur on any thread, this assumption is no longer correct. RT-28481 is about having a reliable way to detect Render thread. Once it is implemented PrismInvoker.runOnRenderThread() should use it.