File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/hotspot/jtreg/compiler/loopopts/superword Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 * @summary Test where the pre_init was pinned before the pre-loop but after the
2828 * Auto_Vectorization_Check, and so it should not be used for the auto
2929 * vectorization aliasing check, to avoid a bad (circular) graph.
30- * @requires vm.gc == "ZGC" | vm.gc == "null"
30+ * @requires vm.gc.Z
3131 * @run main/othervm
3232 * -XX:+IgnoreUnrecognizedVMOptions
3333 * -XX:CompileCommand=compileonly,*TestAliasingCheckPreLimitNotAvailable::test
4242/*
4343 * @test id=all-flags-no-stress-seed
4444 * @bug 8371146
45- * @requires vm.gc == "ZGC" | vm.gc == "null"
45+ * @requires vm.gc.Z
4646 * @run main/othervm
4747 * -XX:+IgnoreUnrecognizedVMOptions
4848 * -XX:CompileCommand=compileonly,*TestAliasingCheckPreLimitNotAvailable::test
You can’t perform that action at this time.
0 commit comments