Skip to content

Commit

Permalink
Enable vm.continuations option for testing
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Lu <Jack.S.Lu@ibm.com>
  • Loading branch information
Jack Lu authored and fengxue-IS committed Oct 24, 2022
1 parent 722a3c3 commit c73624f
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 @@ -39,7 +39,7 @@ public Map<String, String> call() {
map.put("vm.bits", vmBits());
map.put("vm.cds", "false");
map.put("vm.compiler2.enabled", "false");
map.put("vm.continuations", "false");
map.put("vm.continuations", "true");
map.put("vm.flagless", "true");
map.put("vm.gc.G1", "false");
map.put("vm.gc.Parallel", "false");
Expand Down

0 comments on commit c73624f

Please sign in to comment.