[foreign-memaccess+abi] RFR: 8255903: Enable multi-register return values for native invokers [v4]

Jorn Vernee jvernee at openjdk.java.net
Fri Oct 29 13:00:32 UTC 2021


On Fri, 29 Oct 2021 12:42:27 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Jorn Vernee has updated the pull request incrementally with six additional commits since the last revision:
>> 
>>  - Benchmark fix
>>  - Rename FunctionDescriptor methods again
>>  - Fix tests again
>>  - Rename imr -> needsReturnBuffer
>>  - Address small comments
>>  - Fix failing tests
>
> test/micro/org/openjdk/bench/jdk/incubator/foreign/Upcalls.java line 52:
> 
>> 50: @OutputTimeUnit(TimeUnit.NANOSECONDS)
>> 51: @Fork(value = 3, jvmArgsAppend = { "--add-modules=jdk.incubator.foreign", "--enable-native-access=ALL-UNNAMED" })
>> 52: public class Upcalls extends org.openjdk.bench.jdk.incubator.foreign.CLayouts {
> 
> Why all the qualified names?

Ah, this looks like something that intelliJ did automatically, and I didn't notice. Will fix

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

PR: https://git.openjdk.java.net/panama-foreign/pull/603


More information about the panama-dev mailing list