-
Bug
-
Resolution: Fixed
-
P2
-
internal
-
generic
-
os_x
In current implementation both our backbuffer drawing(Driven by QueueFlusher) and blitting to MTLDrawable(Driven by Appkit) are using same GPU train(commandQueue) and this causes delay in final blit operation when we have pending backbuffer operations.
It results in issues likeJDK-8236592.
We should use separate commandQueue for final blit and MTLDrawable present.
It results in issues like
We should use separate commandQueue for final blit and MTLDrawable present.
- blocks
-
JDK-8236592 Checkbox doesn't work for JList prefix in SwingSet2 demo
-
- Resolved
-
-
JDK-8239901 setEnabled() method does not work as expected for JCK buttons tests
-
- Resolved
-
- relates to
-
JDK-8248129 Swingmark numbers are not good for Nimbus LAF
-
- Resolved
-