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

Maurizio Cimadamore mcimadamore at openjdk.java.net
Thu May 28 13:03:52 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).

This pull request has now been integrated.

Changeset: 35352932
Author:    Maurizio Cimadamore <mcimadamore at openjdk.org>
URL:       https://git.openjdk.java.net/panama-foreign/commit/35352932
Stats:     22 lines in 1 file changed: 0 ins; 3 del; 19 mod

8246040: java/foreign/TestAddressHandle fails on big endian platforms

Reviewed-by: sundar, jvernee, chegar

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

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


More information about the panama-dev mailing list