8376251: [macos] java/awt/Frame/I18NTitle.java fails on MacOS (JDK-8355884)#2565
8376251: [macos] java/awt/Frame/I18NTitle.java fails on MacOS (JDK-8355884)#2565GoeLin wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back goetz! A progress list of the required criteria for merging this PR into |
|
@GoeLin This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 11 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. ➡️ To integrate this PR with the above commit message to the |
|
@GoeLin For those cases we should be using |
jerboaa
left a comment
There was a problem hiding this comment.
Looks clean from openjdk/jdk25u-dev@52e1e73
|
Asked here if it's meant to be private: https://mail.openjdk.org/pipermail/jdk-dev/2026-January/010787.html |
|
Hmm, the sha is known, I got it wrong somehow. But fixing this did not help either... |
|
OK. Bot seems to be happy now and it's ready for integration. Out of curiosity, has anybody run the mentioned test: |
|
Added the original JDK number so that it'll be grepable in logs. |
|
Nice that it was finally accepted by the bots. |
Temurin 21.0.8+ has a font rendering regression on macOS that causes random characters to disappear from Swing components. This is a known JDK bug with an upstream fix backported to 21.0.11 (due April 2026). Pin macOS native packaging builds to 21.0.7 which does not have this issue. Other platforms continue using the latest JDK 21. Refs: - adoptium/adoptium-support#1393 - openjdk/jdk21u-dev#2565 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This fixes an issue spotted by Mikael Sterner, thanks!!
Unfortunately the bug "8355884: [macos] java/awt/Frame/I18NTitle.java fails on MacOS" is closed.
Addon: I opened https://bugs.openjdk.org/browse/JDK-8376251 for this.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk21u-dev.git pull/2565/head:pull/2565$ git checkout pull/2565Update a local copy of the PR:
$ git checkout pull/2565$ git pull https://git.openjdk.org/jdk21u-dev.git pull/2565/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2565View PR using the GUI difftool:
$ git pr show -t 2565Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk21u-dev/pull/2565.diff
Using Webrev
Link to Webrev Comment