-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
-
b02
-
ppc, s390x
-
linux, aix
test/hotspot/jtreg/compiler/c2/TestMergeStores.java currently fails on big endian platforms (like S390, AIX, Linux / PPC64)
because https://bugs.openjdk.org/browse/JDK-8318446 currently only supports little endian platforms.
JDK-8318446 should be adapted for big endian platforms.
because https://bugs.openjdk.org/browse/JDK-8318446 currently only supports little endian platforms.
- duplicates
-
JDK-8331227 [s390] TestMergeStores.java failure after JDK-8318446
-
- Closed
-
- relates to
-
JDK-8318446 C2: optimize stores into primitive arrays by combining values into larger store
-
- Resolved
-
- links to
-
Commit
openjdk/jdk/f7862bd6
-
Review(master)
openjdk/jdk/19218