[foreign-preview] RFR: 8280527: Move jdk.incubator.foreign to java.lang.foreign
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Mon Jan 24 21:54:23 UTC 2022
On Mon, 24 Jan 2022 19:55:44 GMT, Jorn Vernee <jvernee at openjdk.org> wrote:
>> test/jdk/java/foreign/TestMemoryHandleAsUnsigned.java line 1:
>>
>>> 1: /*
>>
>> Why was this file deleted?
>
> Looking closer, it seems that the `asUnsigned` combinator was removed altogether?
Yes, we have decided to remove the combinator, at least for now. While the other combinators are very general, this one feels very specific, and I'm not 100% sure if it's worth the complexity. We can always re-add later.
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/633
More information about the panama-dev
mailing list