Add new flag bit to TestVerifyIterativeGVN

This commit is contained in:
Benoît Maillard 2026-02-06 10:24:53 +01:00
parent 76dbb85f87
commit 709a6a748b

View File

@ -25,9 +25,9 @@
* @test
* @bug 8238756 8351889
* @requires vm.debug == true & vm.flavor == "server"
* @summary Run with -Xcomp to test -XX:VerifyIterativeGVN=11111 in debug builds.
* @summary Run with -Xcomp to test -XX:VerifyIterativeGVN=111111 in debug builds.
*
* @run main/othervm/timeout=300 -Xcomp -XX:VerifyIterativeGVN=11111 compiler.c2.TestVerifyIterativeGVN
* @run main/othervm/timeout=300 -Xcomp -XX:VerifyIterativeGVN=111111 compiler.c2.TestVerifyIterativeGVN
*/
package compiler.c2;