-
Notifications
You must be signed in to change notification settings - Fork 30
8255790: GTKL&F: Java 16 crashes on initialising GTKL&F on Manjaro Linux #143
Conversation
👋 Welcome back dcherepanov! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
/issue add JDK-8272332 |
@dimitryc This change now passes all automated pre-integration checks. 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 3 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
@dimitryc |
/integrate |
Going to push as commit 3adb4ce.
Your commit was automatically rebased without conflicts. |
Follow up for JDK-8249821: Separate libharfbuzz from libfontmanager
The original patch doesn't apply cleanly. Applied it manually without implicit including parts of other patches for [1]/[2]/[3] that aren't currently in jdk15u. Also, [4] was included as a part of this patch. So the backport for jdk15u should be very similar to the backport for jdk11u.
Tested with the reproducer for JDK-8272149 (fails without the fix, passes with the fix).
[1] JDK-8258484: AIX build fails in Harfbuzz with XLC 16.01.0000.0006
[2] JDK-8074844: Resolve disabled warnings for libfontmanager
[3] JDK-8247872: Upgrade HarfBuzz to the latest 2.7.2
[4] JDK-8272332: --with-harfbuzz=system doesn't add -lharfbuzz after JDK-8255790
Progress
Issues
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk15u-dev pull/143/head:pull/143
$ git checkout pull/143
Update a local copy of the PR:
$ git checkout pull/143
$ git pull https://git.openjdk.java.net/jdk15u-dev pull/143/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 143
View PR using the GUI difftool:
$ git pr show -t 143
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk15u-dev/pull/143.diff