[jdk11u-dev] RFR: 8251558: J2DBench should support shaped and translucent windows

Aleksey Shipilev shade at openjdk.java.net
Tue Nov 16 09:37:36 UTC 2021


On Wed, 10 Nov 2021 20:44:54 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:

> I discovered this change when looking at potential conflicts for JDK-8275872. Shaped and translucent windows have been supported since OpenJDK 6, so having support for these in 11u's J2DBench seems appropriate and a good way of testing these features.
> 
> I've dropped the `Makefile`, `README` & `build.xml` changes which bump the source & target to 1.7 as the 11u javac compiler can still compile for 1.6. Other than that, the patch applies as is, bar some copyright conflicts, thanks to JDK-8211693 : "Convert C-style array declarations in client demos and jdk.accessibility" and JDK-8223237: "Replace use of string.equals("") with isEmpty() in java.desktop". The absence of the latter also means we don't need to revert it in `OutputImageTests.java` & `InputImageTests.java`

Looks good. 

(We could have left the bump to 1.7 as is, but this is also fine)

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

Marked as reviewed by shade (Reviewer).

PR: https://git.openjdk.java.net/jdk11u-dev/pull/613


More information about the jdk-updates-dev mailing list