Skip to content

Commit

Permalink
Merge pull request #416 from pshipton/testoptcl
Browse files Browse the repository at this point in the history
Set test flag vm.opt.final.ClassUnloading
  • Loading branch information
JasonFengJ9 authored Nov 15, 2024
2 parents 17621b1 + c5607ff commit 6dd0f9c
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 @@ -50,6 +50,7 @@ public Map<String, String> call() {
map.put("vm.hasJFR", "false");
map.put("vm.jvmti", "true");
map.put("vm.musl", "false");
map.put("vm.opt.final.ClassUnloading", "true");
}
catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 6dd0f9c

Please sign in to comment.