RFR: 8283689: Update the foreign linker VM implementation [v21]
Jorn Vernee
jvernee at openjdk.java.net
Tue May 17 10:06:05 UTC 2022
On Tue, 17 May 2022 08:27:41 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Missing ASSERT -> NOT_PRODUCT
>
> src/java.base/share/classes/jdk/internal/foreign/abi/ProgrammableInvoker.java line 66:
>
>> 64: private static final boolean USE_SPEC = Boolean.parseBoolean(
>> 65: GetPropertyAction.privilegedGetProperty("jdk.internal.foreign.ProgrammableInvoker.USE_SPEC", "true"));
>> 66: private static final boolean USE_INTRINSICS = Boolean.parseBoolean(
>
> Do we need to update TestMatrix given that we're removing one dimension in the invokers?
Looks like that already happened as part of the main JEP integration.
-------------
PR: https://git.openjdk.java.net/jdk/pull/7959
More information about the hotspot-compiler-dev
mailing list