[foreign-memaccess] RFR: 8246040: java/foreign/TestAddressHandle fails on big endian platforms

Athijegannathan Sundararajan sundar at openjdk.java.net
Thu May 28 12:26:01 UTC 2020


On Thu, 28 May 2020 11:43:45 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

> This is a fix for TestAddressHandle to be Big Endianness friendly. The test was relying on the fact that writing the
> constant 42L was setting the lowest order bit on the segment. I have now updated the test to change that (and tested by
> tweaking the data provider to use big endian layouts).

Marked as reviewed by sundar (Committer).

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

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


More information about the panama-dev mailing list