RFR: 8281936: compiler/arguments/TestCodeEntryAlignment.java fails on AVX512 machines
Jie Fu
jiefu at openjdk.java.net
Wed Feb 16 02:19:31 UTC 2022
Hi all,
compiler/arguments/TestCodeEntryAlignment.java fails on AVX512 machines due to stub size is not big enough.
The fix just increasing the stub size for AVX512 platforms.
Testing:
- tier1~3 on Linux/x64 with AVX512, no regression
Thanks.
Best regards,
Jie
-------------
Commit messages:
- 8281936: compiler/arguments/TestCodeEntryAlignment.java fails on AVX512 machines
Changes: https://git.openjdk.java.net/jdk/pull/7485/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=7485&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8281936
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
Patch: https://git.openjdk.java.net/jdk/pull/7485.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/7485/head:pull/7485
PR: https://git.openjdk.java.net/jdk/pull/7485
More information about the hotspot-compiler-dev
mailing list