Skip to content

Commit

Permalink
JDK17 adds OpenJ9 properties vm.flagless
Browse files Browse the repository at this point in the history
Set it to true.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Aug 8, 2024
1 parent 68c5891 commit 5df47e0
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 5df47e0

Please sign in to comment.