[jdk8u-dev] RFR: 8021961: setAlwaysOnTop doesn't behave correctly in Linux/Solaris under certain scenarios
Taizo Kurashige
duke at openjdk.org
Mon Nov 27 09:18:18 UTC 2023
On Sat, 11 Nov 2023 15:09:28 GMT, Andrew John Hughes <andrew at openjdk.org> wrote:
>> 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.
>
> It looks like the `parent` line was added to 8u for the backport of JDK-8187803, as it wasn't present due to this change (JDK-8021961) being absent. So replacing it with the earlier declaration in 8021961 seems correct.
@gnu-andrew
Thank you for your reviewing. I asked my colleague to add jdk8u-fix-request label. So please check it.
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/377#issuecomment-1827436737
More information about the jdk8u-dev
mailing list