On Mon, 2 Dec 2024 19:01:06 GMT, Phil Race <p...@openjdk.org> wrote: >> Remove SecurityManager related code in the desktop module that is not >> covered by other PRs > > Phil Race has updated the pull request incrementally with one additional > commit since the last revision: > > 8345143
test/jdk/lib/client/ExtendedRobot.java line 64: > 62: // syncDelay = AccessController.doPrivileged(new > GetIntegerAction("java.awt.robotdelay", DEFAULT_SYNC_DELAY)); > 63: //} > 64: Not related to this PR changes but since ExtendedRobot was mentioned here, I went through Robot.java and it has few SecurityException in javadoc [(as here)](https://github.com/openjdk/jdk/blob/db85090553ab14a84c3ed0a2604dd56c5b6e6982/src/java.desktop/share/classes/java/awt/Robot.java#L506C1-L507C43). Will changes to Robot.java be handled as separate PR + CSR ? ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22424#discussion_r1866768907