-
Notifications
You must be signed in to change notification settings - Fork 231
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
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX #997
Conversation
👋 Welcome back backwaterred! 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
|
Hi, what's wrong with the Pre-submit tests? Is it caused by your change or by some other, unrelated problem? Also, please only add the jdk1*u-fix-request if the change is ready to be pushed. Here and in the other changes the review is missing. If you add the label, the change appears in my filter but I will not approve it. It just causes overhead to me. |
@GoeLin noted! I have removed the fix-request labels and will re-add when the PRs are reviewed. |
To your other point, I was not able to reproduce the failure with gcc 9 or gcc 7 on an x86_64 machine running Ubuntu. I believe they are unrelated to this change. |
Reviewed-by: erikj, kbarrett, mdoerr, dholmes Backport Conflicts: - make/autoconf/toolchain.m4: Update header year. - src/hotspot/share/gc/g1/ptrQueue.hpp: Remove procedure definition (cpp does not contian impl). - src/hotspot/share/gc/shared/oopStorage.hpp: Remove procedure definition (cpp does not contain impl). - src/hotspot/share/runtime/vm_version.cpp: Remove ~100 lines not present in base version. - src/hotspot/share/utilities/globalDefinitions_xlc.hpp: Add xlc version check.
Reviewed-by: dholmes, goetz, ihse Backport Conflicts: - src/hotspot/share/runtime/arguments.cpp: Remove UNSUPPORTED_OPTION_NULL(AllocateOldGenAt). - src/hotspot/share/runtime/arguments.hpp: Add definition of UNSUPPORTED_OPTION_NULL. - src/hotspot/share/utilities/globalDefinitions_xlc.hpp: Header year clash.
This reverts commit 42a3518.
b9061fc
to
3782d6a
Compare
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.
Looks good. This allows us to build OpenJDK 11.0.16 on AIX with updated harfbuzz!
@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 19 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. 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 b930441.
Your commit was automatically rebased without conflicts. |
@TheRealMDoerr @backwaterred Pushed as commit b930441. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
#993
8218136: minor hotspot adjustments for xlclang++ from xlc16 on AIX
Reviewed-by: dholmes, goetz, ihse
Backport Notes:
UNSUPPORTED_OPTION_NULL(AllocateOldGenAt)
modified by backport but not present in original source.Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/997/head:pull/997
$ git checkout pull/997
Update a local copy of the PR:
$ git checkout pull/997
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/997/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 997
View PR using the GUI difftool:
$ git pr show -t 997
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/997.diff