8387701: TestAVXRegisterDump: guarantee(how == 0) failed: test guarantee

Reviewed-by: missa, sviswanathan, kvn
This commit is contained in:
Matthias Baesken 2026-07-17 06:35:20 +00:00
parent 0ad1166ada
commit 3e67ebff07

View File

@ -26,6 +26,7 @@
* @summary Test that YMM and ZMM registers are correctly dumped in hs_err for different UseAVX settings
* @library /test/lib
* @requires os.family == "linux" & os.arch == "amd64"
* @requires vm.cpu.features ~= ".*avx.*"
* @requires vm.debug == true
* @modules java.base/jdk.internal.misc
* @build jdk.test.whitebox.WhiteBox