[foreign-memaccess] RFR: JDK-8243300: Move var handle combinators into foreign incubator module

Jorn Vernee jvernee at openjdk.java.net
Wed Apr 22 10:40:52 UTC 2020


On Tue, 21 Apr 2020 18:15:13 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> This patch moves all the var handle combinators back into the incubator module, so that no change in the public API
> occurs. To do this, I had to split the combinator implementation (which has been moved into j.l.i.VarHandles) from the
> public API points, which are in jdk.incubator.foreign.MemoryHandles; the latter can see the former through the usual
> JLI access.

Marked as reviewed by jvernee (Committer).

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

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


More information about the panama-dev mailing list