chaokunyang opened a new pull request, #2950:
URL: https://github.com/apache/fory/pull/2950

   ## Summary
   - Adds `Unaligned.java` with byte-by-byte memory access operations that work 
on platforms requiring aligned access
   - Updates `Platform.java` to detect when aligned access is required (ARM64 
with JDK 25+)
   - Updates `MemoryBuffer.java` to use `Unaligned` operations when needed
   - Adds ARM64 OpenJDK25 CI pipeline to catch such issues earlier
   
   ## Test plan
   - [x] Compile and run local tests
   - [ ] CI pipeline passes on all platforms including new ARM64 OpenJDK25
   
   Closes #2785


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to