Skip to content

Commit

Permalink
Add OpenJ9PropsExt properties
Browse files Browse the repository at this point in the history
vm.gc.G1
vm.gc.Parallel
vm.gc.Serial
vm.gc.Shenandoah

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
  • Loading branch information
JasonFengJ9 committed Aug 22, 2023
1 parent 161c7f9 commit b5bf6c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions closed/test/jtreg-ext/requires/OpenJ9PropsExt.java
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ public Map<String, String> call() {
map.put("docker.support", "true");
map.put("vm.bits", vmBits());
map.put("vm.compiler2.enabled", "false");
map.put("vm.gc.G1", "false");
map.put("vm.gc.Parallel", "false");
map.put("vm.gc.Serial", "false");
map.put("vm.gc.Shenandoah", "false");
map.put("vm.gc.Z", "false");
map.put("vm.graal.enabled", "false");
map.put("vm.hasJFR", "false");
Expand Down

0 comments on commit b5bf6c6

Please sign in to comment.