Skip to content

Commit

Permalink
Merge pull request #35 from fengxue-IS/openj9
Browse files Browse the repository at this point in the history
Enable vm.continuations flag
  • Loading branch information
JasonFengJ9 committed Sep 1, 2023
2 parents d36e434 + 37460ec commit fce0612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/test/jtreg-ext/requires/OpenJ9PropsExt.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public Map<String, String> call() {
map.put("vm.cds", "false");
map.put("vm.cds.write.archived.java.heap", "false");
map.put("vm.compiler2.enabled", "false");
map.put("vm.continuations", "false");
map.put("vm.continuations", "true");
map.put("vm.debug", "false");
map.put("vm.flagless", "true");
map.put("vm.gc.G1", "false");
Expand Down

0 comments on commit fce0612

Please sign in to comment.