[foreign-memaccess] Integrated: 8252866: MemoryAccess.setAddress should take Addressable, not MemoryAddress

Maurizio Cimadamore mcimadamore at openjdk.java.net
Mon Sep 7 12:08:26 UTC 2020


On Mon, 7 Sep 2020 12:01:44 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> `MemoryAccess::setAddress` should be made more flexible by accepting an `Addressable` instance. This reflects the API
> design principle of *Be liberal in what you accept, and conservative in what you send*.

This pull request has now been integrated.

Changeset: 424c71b3
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/424c71b3
Stats:     50 lines in 2 files changed: 0 ins; 41 del; 9 mod

8252866: MemoryAccess.setAddress should take Addressable, not MemoryAddress

Reviewed-by: sundar

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

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


More information about the panama-dev mailing list