Skip to content

Commit 0fde0fa

Browse files
committed
[lworld] compiler/ciReplay/TestValueClassArrays.java should not run with additional VM flags
1 parent b3d0073 commit 0fde0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/compiler/ciReplay/TestValueClassArrays.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* @enablePreview
2828
* @library / /test/lib
2929
* @summary Testing that compiler replay correctly loads sub classes of ObjArrayKlass.
30-
* @requires vm.flightRecorder != true & vm.compMode != "Xint" & vm.compMode != "Xcomp" &
30+
* @requires vm.flagless & vm.flightRecorder != true & vm.compMode != "Xint" & vm.compMode != "Xcomp" &
3131
* vm.debug == true & vm.compiler2.enabled
3232
* @modules java.base/jdk.internal.misc
3333
* java.base/jdk.internal.value

0 commit comments

Comments
 (0)