RFR: 8312522: Implementation of Foreign Function & Memory API [v11]
Jorn Vernee
jvernee at openjdk.org
Wed Sep 6 10:04:40 UTC 2023
On Tue, 5 Sep 2023 21:56:54 GMT, Paul Sandoz <psandoz at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Fix typo in doc
>>
>> Co-authored-by: Paul Sandoz <paul.d.sandoz at googlemail.com>
>
> src/java.base/share/classes/java/lang/invoke/MethodHandles.java line 8027:
>
>> 8025: * @since 19
>> 8026: */
>> 8027: @PreviewFeature(feature=PreviewFeature.Feature.FOREIGN)
>
> Unused import to `PreviewFeature`, and possibly others too.
Thanks. I did a sweep of the foreign packages and there don't seem to be any other uses. There were also some other unused imports in this file that I'll remove.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15103#discussion_r1317045735
More information about the build-dev
mailing list