[jdk11u-dev] Integrated: 8251558: J2DBench should support shaped and translucent windows
Andrew John Hughes
andrew at openjdk.java.net
Mon Dec 6 13:40:13 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`
This pull request has now been integrated.
Changeset: f8ed0fec
Author: Andrew John Hughes <andrew at openjdk.org>
URL: https://git.openjdk.java.net/jdk11u-dev/commit/f8ed0fecfd7d8f2fde6b18752b84f2175e50fa65
Stats: 131 lines in 4 files changed: 121 ins; 3 del; 7 mod
8251558: J2DBench should support shaped and translucent windows
Reviewed-by: shade
Backport-of: 484864c932c34bc7e338b100411f9245f35fc4a4
-------------
PR: https://git.openjdk.java.net/jdk11u-dev/pull/613
More information about the jdk-updates-dev
mailing list