[foreign-memaccess] Integrated: 8249790: Add Addressable abstraction
Maurizio Cimadamore
mcimadamore at openjdk.java.net
Tue Jul 21 13:03:24 UTC 2020
On Tue, 21 Jul 2020 11:24:21 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> This patch adds a new entity in the Foreign Memory Access API, namely `Addressable`. This is a simple functional
> interface which is implemented by all the entities which can be mapped onto a `MemoryAddress`. For now, only
> `MemoryAddress` and `MemorySegment` implements it (but on the foreign-abi branch we will repeat the exercise and add
> more implementations).
This pull request has now been integrated.
Changeset: 98c88d06
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.java.net/panama-foreign/commit/98c88d06
Stats: 259 lines in 30 files changed: 5 ins; 53 del; 201 mod
8249790: Add Addressable abstraction
Reviewed-by: sundar, jvernee
-------------
PR: https://git.openjdk.java.net/panama-foreign/pull/252
More information about the panama-dev
mailing list