-
Notifications
You must be signed in to change notification settings - Fork 6.2k
8364666: Tier1 builds broken by JDK-8360559 #26629
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
Conversation
👋 Welcome back missa! A progress list of the required criteria for merging this PR into |
@missa-prime 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 1 new commit 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 (@sviswa7) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
@missa-prime The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
@missa-prime the issue JDK-8364666: is being used to backout[1] your original change due to the build breakage. A redo issue should be created and you can then apply this fix there. The fact your change does not even build indicates it also cannot have been tested and so is not ready to be integrated. |
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 to me.
linux-x64-debug-nopch has PASSED with @missa-prime's fix, but obviously there are many more build to go... According to the PR for the original fix: #26152 |
No, the type was changed on the tip due to another PR (JDK-8360707). Looks like that is what caused the issue. |
@sviswa7 so what we have here is an indirect merge collision that caused a build breakage? |
Yes, unfortunately. |
@missa-prime - can you please do an "/integrate delegate" so that other folks can integrate your fix if that's the way we decide to go (and all the builds pass)? |
/integrate delegate |
@missa-prime Integration of this pull request has been delegated and may be completed by any project committer using the /integrate pull request command. |
@missa-prime - Thanks for delegation. One windows-x64 build is still running. There's linux-x64 docs build still scheduled, but I don't think that one was affected. |
The Linux doc build did not run in the original failing Mach5 job sets due to a failed dependency so I should probably wait for that one just to be sure. |
It's taking forever for the linux-x64 build task to get scheduled. I'm going to take a risk and go ahead and integrate this one-line fix. /integrate |
@dcubed-ojdk |
/sponsor |
@dcubed-ojdk @missa-prime Pushed as commit f96b6bc. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This change corrects the stub id type declaration for x86_64 sinh that wasn't properly matched with the other intrinsic udpates.
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/26629/head:pull/26629
$ git checkout pull/26629
Update a local copy of the PR:
$ git checkout pull/26629
$ git pull https://git.openjdk.org/jdk.git pull/26629/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 26629
View PR using the GUI difftool:
$ git pr show -t 26629
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/26629.diff
Using Webrev
Link to Webrev Comment