Skip to content

Commit

Permalink
Merge pull request #34 from babsingh/enable_ClassUnloading_flag
Browse files Browse the repository at this point in the history
Set vm.opt.final.ClassUnloading to true
  • Loading branch information
pshipton committed Aug 30, 2023
2 parents c8a5053 + da36862 commit d36e434
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 @@ -56,7 +56,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");
map.put("vm.opt.final.ClassUnloading", "true");
map.put("vm.opt.final.ZGenerational", "false");
}
catch (Exception e) {
Expand Down

0 comments on commit d36e434

Please sign in to comment.