We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68c5891 commit 5df47e0Copy full SHA for 5df47e0
closed/test/jtreg-ext/requires/OpenJ9PropsExt.java
@@ -40,6 +40,7 @@ public Map<String, String> call() {
40
map.put("vm.bits", vmBits());
41
map.put("vm.compiler2.enabled", "false");
42
map.put("vm.debug", "false");
43
+ map.put("vm.flagless", "true");
44
map.put("vm.gc.G1", "false");
45
map.put("vm.gc.Parallel", "false");
46
map.put("vm.gc.Serial", "false");
0 commit comments