[foreign-memaccess+abi] Integrated: Revert changes to ValueLayout.OfAddress::toString
Maurizio Cimadamore
mcimadamore at openjdk.org
Thu Aug 4 13:31:22 UTC 2022
On Thu, 4 Aug 2022 13:01:10 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
> The patch for unifying memory segment and memory address contained some changes to tweak address layout toString method, so that the layout would show whether dereference was safe or not. I think that went too far - an address layout is still 32/64 bits, and capturing dereference properties in toString representation is not helpful (and can actually be confusing, attra>
>
> This patch also fixes a failure in a test that was imported from jdk/jdk during last week's automatic merge.
This pull request has now been integrated.
Changeset: 0c2b6100
Author: Maurizio Cimadamore <mcimadamore at openjdk.org>
URL: https://git.openjdk.org/panama-foreign/commit/0c2b6100b1ce546d8974bbb11a577bbef5508644
Stats: 12 lines in 2 files changed: 0 ins; 9 del; 3 mod
Revert changes to ValueLayout.OfAddress::toString
Reviewed-by: jvernee
-------------
PR: https://git.openjdk.org/panama-foreign/pull/697
More information about the panama-dev
mailing list