On Tue, 17 May 2022 08:27:41 GMT, Maurizio Cimadamore <mcimadam...@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