RFR: 8306072: Open source several AWT MouseInfo related tests [v3]

Nikita Provotorov duke at openjdk.org
Mon Apr 24 15:00:55 UTC 2023


On Mon, 24 Apr 2023 14:11:00 GMT, lawrence.andrews <duke at openjdk.org> wrote:

>> Yeah, getting the values within EDT and used for `Robot` operations outside. Isn't it allowed ?
>
> It is allowed please use transient keyword for xPos & yPos

@lawrence-andrew, BTW, why `transient`? Should it be `volatile` instead?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/13573#discussion_r1175418130



More information about the client-libs-dev mailing list