[jdk8u-dev] RFR: 8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java [v2]
Taizo Kurashige
tkurashige at openjdk.org
Tue Jul 8 12:56:50 UTC 2025
On Mon, 24 Mar 2025 08:34:18 GMT, Taizo Kurashige <tkurashige at openjdk.org> wrote:
>> Hi all,
>>
>> This is a backport of JDK-8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java
>>
>> Original patch doesn't apply cleanly to 8u because [JDK-8056911](https://bugs.openjdk.org/browse/JDK-8056911) isn't backported to 8u.
>>
>> Backporting JDK-8056911 involves changing the behavior of a public method so it is risky. In addition to that, it does not lead to significant bug fix. For these reasons, I do not think it is appropriate to apply JDK-8056911 as a dependent fix.
>> So I made a slightly different fix from the original patch. Specifically, I modified to use an ExtendedRobot instead of Robot.
>>
>> Testing: java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java on RHEL9.2
>>
>> Thanks.
>
> Taizo Kurashige has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains four additional commits since the last revision:
>
> - Fix to use ExtendedRobot
> - Merge branch 'openjdk:master' into fix_MaximizedToIconified
> - Merge branch 'openjdk:master' into fix_MaximizedToIconified
> - Backport b46b19cb58d8b43e57cd81a0588d4e18ad6afa9a
Could anyone review this PR?
-------------
PR Comment: https://git.openjdk.org/jdk8u-dev/pull/637#issuecomment-3048845390
More information about the jdk8u-dev
mailing list