[jdk8u-dev] RFR: 8160767: [TEST_BUG] java/awt/Frame/MaximizedToIconified/MaximizedToIconified.java [v3]

Taizo Kurashige tkurashige at openjdk.org
Tue Aug 19 05:52:40 UTC 2025


> 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 five additional commits since the last revision:

 - Merge branch 'openjdk:master' into fix_MaximizedToIconified
 - Fix to use ExtendedRobot
 - Merge branch 'openjdk:master' into fix_MaximizedToIconified
 - Merge branch 'openjdk:master' into fix_MaximizedToIconified
 - Backport b46b19cb58d8b43e57cd81a0588d4e18ad6afa9a

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

Changes:
  - all: https://git.openjdk.org/jdk8u-dev/pull/637/files
  - new: https://git.openjdk.org/jdk8u-dev/pull/637/files/34784cea..4cf30b12

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=637&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk8u-dev&pr=637&range=01-02

  Stats: 3744 lines in 128 files changed: 2410 ins; 806 del; 528 mod
  Patch: https://git.openjdk.org/jdk8u-dev/pull/637.diff
  Fetch: git fetch https://git.openjdk.org/jdk8u-dev.git pull/637/head:pull/637

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


More information about the jdk8u-dev mailing list