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.
2 parents 68c5891 + 5df47e0 commit 85e52e8Copy full SHA for 85e52e8
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