[foreign-preview] RFR: 8280527: Move jdk.incubator.foreign to java.lang.foreign [v2]

Julia Boes jboes at openjdk.java.net
Thu Jan 27 11:12:57 UTC 2022


On Wed, 26 Jan 2022 15:22:44 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Julia Boes has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   address PR comments
>
> test/jdk/java/foreign/NativeTestHelper.java line 110:
> 
>> 108:     }
>> 109: 
>> 110:     public static NativeSymbol findNativeOrThrow(Class<?> clazz, String name) {
> 
> note: if this was an _instance_ method, then I think you could get rid of the `clazz` parameter, and just use `this` ?

good point, changed it

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

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


More information about the panama-dev mailing list