[foreign] RFR 8218153: Read/Write of Value layout should honor declared endianness

John Rose john.r.rose at oracle.com
Tue Feb 26 23:49:51 UTC 2019


On Feb 26, 2019, at 3:19 PM, Henry Jen <henry.jen at oracle.com> wrote:
> 
> Also added a test  and localizeLayout() for group layouts, and a Util method when we need to convert no-endian to explicit endianness.

If localizeLayout is useful as a public API point it should be on the interface.

If not, it should be package-private or static in Util.

In the present form, it seems like implementation is poking irregularly out of the API.

— John


More information about the panama-dev mailing list