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.
RT-28481 is about having a reliable way to detect Render thread. Once it is implemented PrismInvoker.runOnRenderThread() should use it.
- is blocked by
-
JDK-8090484 Need API to detect Render thread
-
- Open
-