On Wed, 24 May 2023 02:59:39 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated based on review comments > > test/jdk/java/awt/Robot/RobotMoveMultiscreen.java line 82: > >> 80: robot.waitForIdle(); >> 81: >> 82: if (testCondition == false) { > > testCondition is set on EDT and used on the main thread here. Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13828#discussion_r1203373245