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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Wed Apr 22 14:51:11 UTC 2020


> 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.

Maurizio Cimadamore has updated the pull request with a new target base due to a merge or a rebase. The pull request
now contains two commits:

 - Fix merge issue with Utils.java
 - Move var handle adapters from MethodHandles into incubator module (MemoryHandles)

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

Changes: https://git.openjdk.java.net/panama-foreign/pull/123/files
 Webrev: https://webrevs.openjdk.java.net/panama-foreign/123/webrev.01
  Stats: 972 lines in 8 files changed: 505 ins; 407 del; 60 mod
  Patch: https://git.openjdk.java.net/panama-foreign/pull/123.diff
  Fetch: git fetch https://git.openjdk.java.net/panama-foreign pull/123/head:pull/123

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


More information about the panama-dev mailing list