[jdk8u-dev] RFR: 8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios

Taizo Kurashige duke at openjdk.org
Thu Sep 28 09:36:03 UTC 2023


Hi,

This is a backoport of JDK-8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios

Original patch does not apply cleanly to 8u, bacause "parent" is declared at XWindowPeer.java#1652 in 8u.
So I deleted that declaration. 

There is a related Issue: JDK-8222323, and I submit the corresponding PR. Testing was done after applying this related patch.
Testing: jdk_awt on RHEL7, GHA testing

Thanks.

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

Commit messages:
 - Backport 09a7c4bc4624dd39ab5500c394c1e298a43a711a

Changes: https://git.openjdk.org/jdk8u-dev/pull/377/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=377&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8021961
  Stats: 204 lines in 2 files changed: 193 ins; 4 del; 7 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/377.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/377/head:pull/377

PR: https://git.openjdk.org/jdk8u-dev/pull/377


More information about the jdk8u-dev mailing list