Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8312579

[JVMCI] JVMCI support for virtual Vector API objects

XMLWordPrintable

    • b09

      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.

            gbarany Gergö Barany
            gbarany Gergö Barany
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: