[foreign-preview] RFR: 8280527: Move jdk.incubator.foreign to java.lang.foreign [v3]
Julia Boes
jboes at openjdk.java.net
Thu Jan 27 16:57:59 UTC 2022
On Thu, 27 Jan 2022 11:35:34 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> Julia Boes has updated the pull request incrementally with one additional commit since the last revision:
>>
>> refactor test helper method and some cleanup
>
> test/jdk/java/foreign/TestVarArgs.java line 68:
>
>> 66: }
>> 67:
>> 68: static final NativeSymbol VARARGS_ADDR = new NativeTestHelper().findNativeOrThrow("varargs");
>
> Maybe instead of creating `newNativeTestHelper` you can extend that class (as in other cases)
Reverting back to a static method
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/633
More information about the panama-dev
mailing list