-
Notifications
You must be signed in to change notification settings - Fork 172
8157758: JDK9 does not compile on Linux with GCC 6.1 because left-shifting a negative number has undefined behavior #682
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
base: master
Are you sure you want to change the base?
Conversation
|
👋 Welcome back serb! A progress list of the required criteria for merging this PR into |
|
@mrserb 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 2 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 |
|
This backport pull request has now been updated with issue and summary from the original commit. |
|
|
Webrevs
|
|
/approval request Clean backport. Fix for a broken build on macOS + XCode 16.4 |
|
The issue is similar to openjdk/jdk11u-dev#3042 |
|
@mrserb This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
/touch |
|
@mrserb The pull request is being re-evaluated and the inactivity timeout has been reset. |
|
@mrserb This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
|
@mrserb This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
|
/open |
|
@mrserb This pull request is now open |
|
This one is needed to compile on newer MacOS X as well (and a stepping stone towards GHA on MacOSX using the MacOSX 15 runner). |
|
Note that we don't have MacOSX GHA being run here as the old runners have been removed. Work is under way to re-instate those. /approve yes |
|
@jerboaa |
Hi all,
This pull request contains a backport of commit 4abb5e4a from the openjdk/jdk repository.
The commit being backported was authored by Alex Henrie on 23 Jun 2016 and was reviewed by Kim Barrett and Max Ockner.
Thanks!
Progress
Issue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk8u-dev.git pull/682/head:pull/682$ git checkout pull/682Update a local copy of the PR:
$ git checkout pull/682$ git pull https://git.openjdk.org/jdk8u-dev.git pull/682/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 682View PR using the GUI difftool:
$ git pr show -t 682Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk8u-dev/pull/682.diff
Using Webrev
Link to Webrev Comment