The GitHub Actions job "Fory CI" on fory.git/support_unaligned_access-for_java has failed. Run started by GitHub user chaokunyang (triggered by chaokunyang).
Head commit for run: 0653134050a4f7f674cacfc039bc7eddc496c94f / chaokunyang <[email protected]> fix(java): handle unaligned memory access for ARM64 with JDK25+ This fix addresses issue #2785 where Fory fails serialization on ARM64 with OpenJDK 25 due to unaligned memory access in Unsafe operations. Changes: - Add Unaligned.java with byte-by-byte memory access operations - Update Platform.java to detect when aligned access is required - Update MemoryBuffer.java to use Unaligned operations when needed - Add ARM64 OpenJDK25 CI pipeline to catch such issues earlier Closes #2785 Report URL: https://github.com/apache/fory/actions/runs/19799367578 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
