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
8223347: Integration of Vector API (Incubator) #367
Conversation
👋 Welcome back psandoz! A progress list of the required criteria for merging this PR into |
@PaulSandoz this pull request can not be integrated into git checkout JDK-8223347
git fetch https://git.openjdk.java.net/jdk master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
@PaulSandoz The following labels 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 lists. If you would like to change these labels, use the |
/reviewer credit forax |
@PaulSandoz |
/review credit briangoetz, aph, chegar, erikj, kvn, epavlova, coleenp |
@PaulSandoz Unknown command |
/reviewer credit briangoetz, aph, chegar, erikj, kvn, epavlova, coleenp |
@PaulSandoz Reviewer Reviewer Reviewer Reviewer Reviewer Reviewer |
/contributor add jbhateja |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
@PaulSandoz |
/csr needed |
@PaulSandoz |
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.
Good
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.
Build changes look good.
@PaulSandoz 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 4 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 |
There are several gc tests crashed in panama-vector tier3 testing which seems are not observed in openjdk repo.
and the issue is actually tracked by JDK-8233199. This issue needs to be at least analyzed before integrating Vector API. |
@katyapav Is the failure observed on vector-unstable branch of panama-vector? |
@sviswa7 you are right, the failure is observed on vector-unstable branch of panama-vector. |
/integrate |
@PaulSandoz Since your change was applied there have been 4 commits pushed to the
Your commit was automatically rebased without conflicts. Pushed as commit 0c99b19. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
This pull request is for integration of the Vector API. It was previously reviewed under conditions when mercurial was used for the source code control system. Review threads can be found here (searching for issue number 8223347 in the title):
https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2020-April/thread.html
https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-May/thread.html
https://mail.openjdk.java.net/pipermail/core-libs-dev/2020-July/thread.html
If mercurial was still being used the code would be pushed directly, once the CSR is approved. However, in this case a pull request is required and needs explicit reviewer approval. Between the final review and this pull request no code has changed, except for that related to merging.
Progress
Testing
Issue
Reviewers
Contributors
<vdeshpande@openjdk.org>
<qfeng@openjdk.org>
<igraves@openjdk.org>
<jphalimi@openjdk.org>
<vlivanov@openjdk.org>
<njian@openjdk.org>
<rlupusoru@openjdk.org>
<svkamath@openjdk.org>
<rkandu@openjdk.org>
<kkharbas@openjdk.org>
<Eric.Liu2@arm.com>
<someusername3@gmail.com>
<jrose@openjdk.org>
<srukmannagar@openjdk.org>
<psandoz@openjdk.org>
<sviswanathan@openjdk.org>
<lauren.walkowski@arm.com>
<Yang.Zhang@arm.com>
<jzhu@openjdk.org>
<wzhuo@openjdk.org>
<jbhateja@openjdk.org>
Download
$ git fetch https://git.openjdk.java.net/jdk pull/367/head:pull/367
$ git checkout pull/367