RFR: 8312579: [JVMCI] JVMCI support for virtual Vector API objects [v2]

Gergö Barany gbarany at openjdk.org
Tue Jul 25 10:20:54 UTC 2023


> 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.

Gergö Barany has updated the pull request incrementally with two additional commits since the last revision:

 - Improve parameter naming
 - Rewrite nested ternary expressions

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/15003/files
  - new: https://git.openjdk.org/jdk/pull/15003/files/5f183c27..87f81107

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15003&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15003&range=00-01

  Stats: 22 lines in 1 file changed: 18 ins; 0 del; 4 mod
  Patch: https://git.openjdk.org/jdk/pull/15003.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15003/head:pull/15003

PR: https://git.openjdk.org/jdk/pull/15003


More information about the hotspot-compiler-dev mailing list