Skip to content

Commit

Permalink
Enable vm.continuations flag
Browse files Browse the repository at this point in the history
  • Loading branch information
fengxue-IS committed Aug 29, 2023
1 parent c8a5053 commit 37460ec
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 37460ec

Please sign in to comment.