8312579: [JVMCI] JVMCI support for virtual Vector API objects#15003
8312579: [JVMCI] JVMCI support for virtual Vector API objects#15003gergo- wants to merge 5 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back gbarany! A progress list of the required criteria for merging this PR into |
Webrevs
|
src/jdk.internal.vm.ci/share/classes/jdk/vm/ci/hotspot/HotSpotCompiledCodeStream.java
Outdated
Show resolved
Hide resolved
|
@gergo- 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 39 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 (@dougxc, @tkrodriguez) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
Does it need to update |
|
Yes, I believe so. Gergo, you should scan all other code guarded by |
|
I updated all the relevant places guarded by |
|
/integrate |
|
/sponsor |
|
Going to push as commit 271417a.
Your commit was automatically rebased without conflicts. |
Optimized Vector API values are represented as raw values in SIMD registers. When deoptimizing with such a value in the state, a Java heap object must be recreated. HotSpot has a special "Location::vector" location type to mark Vector API values, and it knows how to materialize such values.
Extend the JVMCI code installer to mark the appropriate values as vectors so that JVMCI-compiled code can also deoptimize with Vector API values in SIMD registers.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/15003/head:pull/15003$ git checkout pull/15003Update a local copy of the PR:
$ git checkout pull/15003$ git pull https://git.openjdk.org/jdk.git pull/15003/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 15003View PR using the GUI difftool:
$ git pr show -t 15003Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/15003.diff
Webrev
Link to Webrev Comment