[foreign-memaccess+abi] RFR: Revert changes to ValueLayout.OfAddress::toString
Jorn Vernee
jvernee at openjdk.org
Thu Aug 4 13:17:26 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.
Marked as reviewed by jvernee (Committer).
-------------
PR: https://git.openjdk.org/panama-foreign/pull/697
More information about the panama-dev
mailing list