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

Gergö Barany gbarany at openjdk.org
Wed Jul 26 09:50:36 UTC 2023


On Wed, 26 Jul 2023 02:15:13 GMT, Xiaohong Gong <xgong at openjdk.org> wrote:

>> Gergö Barany has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Improve parameter naming
>>  - Rewrite nested ternary expressions
>
> Does it need to update `#ifdef COMPILER2` to `#if COMPILER2_OR_JVMCI` in https://github.com/openjdk/jdk/blob/master/src/hotspot/share/runtime/deoptimization.cpp#L1238 which is the gateway of re-materializing a Vector API object from vector register/stack?

I updated all the relevant places guarded by `EnableVectorSupport`. Thank you for pointing this out @XiaohongGong .

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

PR Comment: https://git.openjdk.org/jdk/pull/15003#issuecomment-1651391821


More information about the hotspot-compiler-dev mailing list