mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-05 11:15:13 +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