Skip to content

Commit

Permalink
Merge pull request #848 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 7bc9b12 + fa2f478 commit a5a238d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion closed/test/jtreg-ext/requires/OpenJ9PropsExt.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ===========================================================================
* (c) Copyright IBM Corp. 2019, 2023 All Rights Reserved
* (c) Copyright IBM Corp. 2019, 2024 All Rights Reserved
* ===========================================================================
*
* This code is free software; you can redistribute it and/or modify it
Expand Down 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 a5a238d

Please sign in to comment.