-
Task
-
Resolution: Fixed
-
P4
-
internal
-
generic
-
os_x
Present code still uses scheduleBlitAllModifiedLayers related code like onSurfaceModified in flushBuffer which is not needed since we have relevant checks in flushBuffer for setNeedsDisplay.
Having additional checks will simply consume cpu cycles.
Remove the not needed code after verification.
Having additional checks will simply consume cpu cycles.
Remove the not needed code after verification.
- relates to
-
JDK-8228576 Use setNeedsDisplay to start blitting in Appkit thread in Metal
- Resolved