mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-03 19:48:46 +00:00
Add new flag bit to TestVerifyIterativeGVN
This commit is contained in:
parent
76dbb85f87
commit
709a6a748b
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user