git: openjdk/jdk: 8251152: ARM32: jtreg c2 Test8202414 test crash
Filipp Zhinkin
fzhinkin at openjdk.java.net
Mon Sep 7 15:34:00 UTC 2020
Changeset: 70d5cac9
Author: Filipp Zhinkin <fzhinkin at openjdk.org>
Date: 2020-09-07 15:33:27 +0000
URL: https://git.openjdk.java.net/jdk/commit/70d5cac9
8251152: ARM32: jtreg c2 Test8202414 test crash
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
! test/hotspot/jtreg/compiler/c2/Test8202414.java
! test/hotspot/jtreg/compiler/unsafe/JdkInternalMiscUnsafeUnalignedAccess.java
More information about the jdk-changes
mailing list