-
Notifications
You must be signed in to change notification settings - Fork 236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8283323: libharfbuzz optimization level results in extreme build times #1077
Conversation
Reviewed-by: erikj, prr
👋 Welcome back tsteele! 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. |
Webrevs
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You have missed the empty line deletion from the original change. Backports should be as clean and complete as possible. Besides that, LGTM. Note that I have created a clean backport PR for 17u-dev which should be done first: openjdk/jdk17u-dev#392
I appreciate the attention to detail, and have made this change.
Thanks for opening the change for jdk17, does jdk18 require a backport as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks! Would be nice to have in 18u, too, yes. But we don't require it in non-LTS releases.
@backwaterred 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 5 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 As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@TheRealMDoerr) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
/integrate |
@backwaterred |
/sponsor |
Going to push as commit 9cb3797.
Your commit was automatically rebased without conflicts. |
@TheRealMDoerr @backwaterred Pushed as commit 9cb3797. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This PR backports changes to improve build performance with xlc.
It appears that the file was at
make/modules/java.desktop/lib/Awt2dLibraries.gmk
when this commit was made, but that file has since been moved tomake/lib/Awt2dLibraries.gmk
. This made the change show up as a conflict when I applied this backport using the Skara tools. I resolved the 'conflict' by copying the changes to the new path and marking the previous path as removed.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/1077/head:pull/1077
$ git checkout pull/1077
Update a local copy of the PR:
$ git checkout pull/1077
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/1077/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 1077
View PR using the GUI difftool:
$ git pr show -t 1077
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/1077.diff