Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
P2
-
Resolution: Fixed
-
Affects Version/s: internal
-
Fix Version/s: internal
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:os_x
Description
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.
Attachments
Issue Links
- 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
-