[jdk11u-ri] RFR: 8307779: Relax the java.awt.Robot specification [v2]

Iris Clark iris at openjdk.org
Thu Apr 25 20:46:37 UTC 2024


On Thu, 25 Apr 2024 07:43:02 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> Please review the doc only backport PR of https://github.com/openjdk/jdk/pull/13809.
>> 
>> It is backport of the original commit + build failure fix.
>> 
>> CSR: [JDK-8331036](https://bugs.openjdk.org/browse/JDK-8331036)
>
> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Backport 56064c7e5c0b5e5f0a59d87e7c5889bb782a7b70

Spec and implementation changes as expected for 11.0.0.1.

Associated CSR (JDK-8331036) already Approved.

src/java.desktop/share/classes/java/awt/Robot.java line 453:

> 451:      */
> 452:     public synchronized Color getPixelColor(int x, int y) {
> 453:         checkScreenCaptureAllowed();

Note that the addition of this implementation change to comply with the spec will require that we produce an RI for the MR.

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

Marked as reviewed by iris (Reviewer).

PR Review: https://git.openjdk.org/jdk11u-ri/pull/10#pullrequestreview-2023542039
PR Review Comment: https://git.openjdk.org/jdk11u-ri/pull/10#discussion_r1580099473


More information about the jdk-updates-dev mailing list