Skip to content

Commit 5df47e0

Browse files
committed
JDK17 adds OpenJ9 properties vm.flagless
Set it to true. Signed-off-by: Jason Feng <[email protected]>
1 parent 68c5891 commit 5df47e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

closed/test/jtreg-ext/requires/OpenJ9PropsExt.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ public Map<String, String> call() {
4040
map.put("vm.bits", vmBits());
4141
map.put("vm.compiler2.enabled", "false");
4242
map.put("vm.debug", "false");
43+
map.put("vm.flagless", "true");
4344
map.put("vm.gc.G1", "false");
4445
map.put("vm.gc.Parallel", "false");
4546
map.put("vm.gc.Serial", "false");

0 commit comments

Comments
 (0)