8372685: C2 SuperWord: wrong requires in test after JDK-8371146

Reviewed-by: chagedorn, mbaesken
This commit is contained in:
Emanuel Peter 2025-12-01 06:42:53 +00:00
parent e0311ecb85
commit 81b26ba813

View File

@ -27,7 +27,7 @@
* @summary Test where the pre_init was pinned before the pre-loop but after the
* Auto_Vectorization_Check, and so it should not be used for the auto
* vectorization aliasing check, to avoid a bad (circular) graph.
* @requires vm.gc == "ZGC" | vm.gc == "null"
* @requires vm.gc.Z
* @run main/othervm
* -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=compileonly,*TestAliasingCheckPreLimitNotAvailable::test
@ -42,7 +42,7 @@
/*
* @test id=all-flags-no-stress-seed
* @bug 8371146
* @requires vm.gc == "ZGC" | vm.gc == "null"
* @requires vm.gc.Z
* @run main/othervm
* -XX:+IgnoreUnrecognizedVMOptions
* -XX:CompileCommand=compileonly,*TestAliasingCheckPreLimitNotAvailable::test