mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-20 21:03:18 +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