Skip to content

Commit

Permalink
Set test flag vm.opt.final.ClassUnloading
Browse files Browse the repository at this point in the history
  • Loading branch information
pshipton committed Nov 15, 2024
1 parent 7bc9b12 commit 5ab34fc
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 @@ -41,6 +41,7 @@ public Map<String, String> call() {
map.put("vm.graal.enabled", "false");
map.put("vm.hasJFR", "false");
map.put("vm.musl", "false");
map.put("vm.opt.final.ClassUnloading", "true");
}
catch (Exception e) {
e.printStackTrace();
Expand Down

0 comments on commit 5ab34fc

Please sign in to comment.