[jdk11u-dev] RFR: 8288325: [windows] Actual and Preferred Size of AWT Non-resizable frame are different

Goetz Lindenmaier goetz at openjdk.org
Fri Sep 22 07:37:43 UTC 2023


I backport this for parity with 11.0.22-oracle.

I had to fix the syntac of the test, as isEmtpy() is not availabe in 11. 
Replaced by errorLog != null && errorLog.length() > 0.

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

Commit messages:
 - Backport eca9749da01d732033c07f2bbb38800a9d80f18d

Changes: https://git.openjdk.org/jdk11u-dev/pull/2139/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk11u-dev&pr=2139&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8288325
  Stats: 56 lines in 2 files changed: 24 ins; 12 del; 20 mod
  Patch: https://git.openjdk.org/jdk11u-dev/pull/2139.diff
  Fetch: git fetch https://git.openjdk.org/jdk11u-dev.git pull/2139/head:pull/2139

PR: https://git.openjdk.org/jdk11u-dev/pull/2139


More information about the jdk-updates-dev mailing list