RFR: JDK-8357082 : Stabilize and add debug logs to CopyAreaOOB.java [v5]

Sergey Bylokhov serb at openjdk.org
Sat May 31 01:03:04 UTC 2025


On Fri, 30 May 2025 00:31:55 GMT, Harshitha Onkar <honkar at openjdk.org> wrote:

> Added back Toolkit.sync() and canvas capture to paint method. Although I'm not sure if I understood _"each render frame"_ correctly. Can you please explain?

The paint method may be invoked multiple times after the frame becomes visible, so the validation logic inside paint will be executed for each rendering data.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/25279#discussion_r2116940976


More information about the client-libs-dev mailing list