Skip to content

Commit

Permalink
Merge pull request #372 from JasonFengJ9/vmflagless
Browse files Browse the repository at this point in the history
JDK17 adds OpenJ9 properties vm.flagless
  • Loading branch information
keithc-ca committed Aug 8, 2024
2 parents 68c5891 + 5df47e0 commit 85e52e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions closed/test/jtreg-ext/requires/OpenJ9PropsExt.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ public Map<String, String> call() {
map.put("vm.bits", vmBits());
map.put("vm.compiler2.enabled", "false");
map.put("vm.debug", "false");
map.put("vm.flagless", "true");
map.put("vm.gc.G1", "false");
map.put("vm.gc.Parallel", "false");
map.put("vm.gc.Serial", "false");
Expand Down

0 comments on commit 85e52e8

Please sign in to comment.