mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-20 09:22:21 +00:00
Some CPUs (like ARM32) does not support unaligned memory accesses. To avoid JVM crashes tests that perform such accesses should be skipped on corresponding platforms. Reviewed-by: iignatyev, clanger