Skip to content

Commit

Permalink
Merge pull request #34 from JasonFengJ9/jvmitprops
Browse files Browse the repository at this point in the history
Add OpenJ9PropsExt properties for serviceability_jvmti_j9
  • Loading branch information
babsingh committed Oct 10, 2022
2 parents 9c604b0 + 89ec672 commit 629c463
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions closed/test/jtreg-ext/requires/OpenJ9PropsExt.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ public Map<String, String> call() {
Map<String, String> map = new HashMap<>();
try {
map.put("vm.bits", vmBits());
map.put("vm.cds", "false");
map.put("vm.compiler2.enabled", "false");
map.put("vm.continuations", "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 All @@ -49,6 +51,7 @@ public Map<String, String> call() {
map.put("vm.jvmti", "true");
map.put("vm.musl", "false");
map.put("vm.openj9", "true");
map.put("vm.opt.final.ClassUnloading", "false");
}
catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 629c463

Please sign in to comment.