Skip to content

Commit

Permalink
Set vm.opt.final.ClassUnloading to true
Browse files Browse the repository at this point in the history
Related: eclipse-openj9/openj9#18038

Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
  • Loading branch information
babsingh committed Aug 29, 2023
1 parent c8a5053 commit da36862
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 da36862

Please sign in to comment.