Skip to content
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

8308726: RISC-V: avoid unnecessary slli in the vectorized arraycopy stubs for bytes #14288

Closed

Conversation

gctony
Copy link
Contributor

@gctony gctony commented Jun 2, 2023


Progress

  • Change must be properly reviewed (1 review required, with at least 1 Reviewer)
  • Change must not contain extraneous whitespace
  • Commit message must refer to an issue

Issue

  • JDK-8308726: RISC-V: avoid unnecessary slli in the vectorized arraycopy stubs for bytes

Reviewers

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/14288/head:pull/14288
$ git checkout pull/14288

Update a local copy of the PR:
$ git checkout pull/14288
$ git pull https://git.openjdk.org/jdk.git pull/14288/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 14288

View PR using the GUI difftool:
$ git pr show -t 14288

Using diff file

Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/14288.diff

Webrev

Link to Webrev Comment

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 2, 2023

👋 Welcome back tonyp! A progress list of the required criteria for merging this PR into master will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk
Copy link

openjdk bot commented Jun 2, 2023

@gctony The following label will be automatically applied to this pull request:

  • hotspot-compiler

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.

@openjdk openjdk bot added hotspot-compiler hotspot-compiler-dev@openjdk.org rfr Pull request is ready for review labels Jun 2, 2023
@mlbridge
Copy link

mlbridge bot commented Jun 2, 2023

Webrevs

@openjdk
Copy link

openjdk bot commented Jun 5, 2023

@gctony 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:

8308726: RISC-V: avoid unnecessary slli in the vectorized arraycopy stubs for bytes

Reviewed-by: fyang, luhenry

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 14 new commits pushed to the master branch:

  • 3fa776d: 8302673: [SuperWord] MaxReduction and MinReduction should vectorize for int
  • 22a9a86: 8309268: C2: "assert(in_bb(n)) failed: must be" after JDK-8306302
  • b6c9232: 8305225: A service broken error despite annotation processor generating it if directives listed
  • 05fb6c6: 8309336: Incorrect switch in enum not reported properly
  • 08c91c2: 8309332: RISC-V: Improve PrintOptoAssembly output of vector nodes
  • ecb1753: 8309334: ProcessTools.main() does not properly set thread names when using the virtual thread wrapper
  • ac1597b: 8309409: Update HttpInputStreamTest and BodyProcessorInputStreamTest to use hg.openjdk.org
  • fdb5893: 8309391: Remove non-failing tests from test/jdk/ProblemList-Virtual.txt
  • 6edd786: 8309265: Serial: Remove the code related to GC overheap limit
  • 61bb014: 8309254: Implement fast-path for ASCII-compatible CharsetEncoders on RISC-V
  • ... and 4 more: https://git.openjdk.org/jdk/compare/931913fbb299fbed7485ab8229100e6e56d8bada...master

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.

➡️ To integrate this PR with the above commit message to the master branch, type /integrate in a new comment.

@openjdk openjdk bot added the ready Pull request is ready to be integrated label Jun 5, 2023
@gctony
Copy link
Contributor Author

gctony commented Jun 5, 2023

/integrate

@openjdk
Copy link

openjdk bot commented Jun 5, 2023

Going to push as commit 5cd8af7.
Since your change was applied there have been 22 commits pushed to the master branch:

  • 80232b7: 8308969: make test-prebuilt doesn't return the correct exit code
  • 6d511f1: 8309129: AArch64: guarantee(T != T2S) failed: "incorrect arrangement" after JDK-8307795
  • 9be5769: 8291966: SwitchBootstrap.typeSwitch could be faster
  • db0857d: 8306578: Report error if no label given in @see and {@link} when no default is available
  • 8c9d21e: 8296920: Regression Test DialogOrient.java fails on MacOS
  • ac41c03: 8303465: KeyStore of type KeychainStore, provider Apple does not show all trusted certificates
  • 11fb5b2: 8309104: [JVMCI] compiler/unsafe/UnsafeGetStableArrayElement test asserts wrong values with Graal
  • a02d800: 8309405: RISC-V: is_deopt may produce unaligned memory read
  • 3fa776d: 8302673: [SuperWord] MaxReduction and MinReduction should vectorize for int
  • 22a9a86: 8309268: C2: "assert(in_bb(n)) failed: must be" after JDK-8306302
  • ... and 12 more: https://git.openjdk.org/jdk/compare/931913fbb299fbed7485ab8229100e6e56d8bada...master

Your commit was automatically rebased without conflicts.

@openjdk openjdk bot added the integrated Pull request has been integrated label Jun 5, 2023
@openjdk openjdk bot closed this Jun 5, 2023
@openjdk openjdk bot removed ready Pull request is ready to be integrated rfr Pull request is ready for review labels Jun 5, 2023
@openjdk
Copy link

openjdk bot commented Jun 5, 2023

@gctony Pushed as commit 5cd8af7.

💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored.

@gctony gctony deleted the tonyp/JDK-8308726_UnnecessarySLLI branch June 8, 2023 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hotspot-compiler hotspot-compiler-dev@openjdk.org integrated Pull request has been integrated
Development

Successfully merging this pull request may close these issues.

3 participants