-
Bug
-
Resolution: Fixed
-
P2
-
repo-panama
Layout allows to declare a Value type with BIG_ENDIAN or LITTLE_ENDIAN, but current implementation simply ignore it.
As the default is LITTLE ENDIAN, and the only architecture panama supports now is x86, the issue is mostly ignored.
However, this won't work on BIG ENDIAN VM, and when we declare a field as BIG ENDIAN, we won't get correct value.
As the default is LITTLE ENDIAN, and the only architecture panama supports now is x86, the issue is mostly ignored.
However, this won't work on BIG ENDIAN VM, and when we declare a field as BIG ENDIAN, we won't get correct value.
- relates to
-
JDK-8220006 jextract is expected to output descriptor with explicit endianness
-
- Closed
-
-
JDK-8219975 EndianTest fails on Windows
-
- Closed
-