mirror of
https://github.com/openjdk/jdk.git
synced 2026-06-19 17:02:24 +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