8379867: C2 VectorAPI: Rename TypeVectMask -> TypePVectMask for clarity#30812
8379867: C2 VectorAPI: Rename TypeVectMask -> TypePVectMask for clarity#30812dev-jonghoonpark wants to merge 4 commits intoopenjdk:masterfrom
Conversation
Signed-off-by: jonghoonpark <dev@jonghoonpark.com>
|
👋 Welcome back dev-jonghoonpark! A progress list of the required criteria for merging this PR into |
|
@dev-jonghoonpark 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 20 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 (@eme64, @PaulSandoz) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
@dev-jonghoonpark 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. |
|
The total number of required reviews for this PR has been set to 2 based on the presence of this label: |
|
@dev-jonghoonpark Thanks for taking on this task. I'll run some internal sanity testing now... |
eme64
left a comment
There was a problem hiding this comment.
Testing passed, change looks good!
|
@dev-jonghoonpark this pull request can not be integrated into git checkout JDK-8379867
git fetch https://git.openjdk.org/jdk.git master
git merge FETCH_HEAD
# resolve conflicts and follow the instructions given by git merge
git commit -m "Merge master"
git push |
# Conflicts: # src/hotspot/cpu/x86/x86.ad
|
Thank you for the review. Do we need another reviewer on this? |
PaulSandoz
left a comment
There was a problem hiding this comment.
Looks good, simple rename, and tests pass. Please merge master into this PR and recheck locally all is good before integrating since it's been a few days.
|
@PaulSandoz so I’ll proceed with the integration now. |
|
/integrate |
|
@dev-jonghoonpark This pull request has not yet been marked as ready for integration. |
|
It seems I need a re-review from @eme64 before I can proceed with Could you please take another look? |
|
Changes look good. I don't want to have to run testing again, and I think we could rely on GitHub actions testing. But it seems that is disabled, and only jcheck is running here. Can you please make sure that pre-submit tests are run? |
|
Thank you for the advice. I wasn't aware of this approach until now. The pre-submit tests are currently running, and I will share the results with you as soon as they are completed. |
|
@eme64 The pre-submit tests have completed successfully. |
eme64
left a comment
There was a problem hiding this comment.
Great, thanks for enabling it! Ship it!
|
/integrate |
|
@dev-jonghoonpark |
|
/sponsor |
|
Going to push as commit 3ba94ae.
Your commit was automatically rebased without conflicts. |
changes
TypeVectMaskclass toTypePVectMask.is_vectmask()→is_pvectmask()isa_vectmask()→isa_pvectmask().Test
make imagescompletes without errors.Tier1tests pass successfully.hotspot_vector_1tests andjdk_vectortests pass successfully.Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/30812/head:pull/30812$ git checkout pull/30812Update a local copy of the PR:
$ git checkout pull/30812$ git pull https://git.openjdk.org/jdk.git pull/30812/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 30812View PR using the GUI difftool:
$ git pr show -t 30812Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/30812.diff
Using Webrev
Link to Webrev Comment