RFR: 8273355: Lanai: Flickering on tooltip appearance IntelliJ IDEA 2021.2.1

Sergey Bylokhov serb at openjdk.java.net
Mon Sep 13 07:13:50 UTC 2021


On Mon, 13 Sep 2021 06:03:11 GMT, Alexey Ushakov <avu at openjdk.org> wrote:

> in a normal state (when the window is created) we don't need to flush the layer content faster than DisplayLink provide.

But this is exactly related to the performance, no? When the RenderPerf test is executed it should check that delay between fillRect and the actual rendering is as small as possible. Can you please just confirm that the problem is in the "performance" of DisplayLink and unrelated to some broken rendering? I guess you can create two timestamps in NSWindow creation and in Layer callback(where we actually blit the content/ drawInXXXContext). How that timing is different for metal and OGL?

-------------

PR: https://git.openjdk.java.net/jdk/pull/5373



More information about the client-libs-dev mailing list