Skip to content

Commit

Permalink
Merge pull request #320 from pshipton/vmdebug
Browse files Browse the repository at this point in the history
Add vm.debug (false) jtreg test property
  • Loading branch information
keithc-ca committed Feb 1, 2024
2 parents a973c8a + c0cdd1a commit 45c524b
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 @@ -39,6 +39,7 @@ public Map<String, String> call() {
map.put("docker.support", "true");
map.put("vm.bits", vmBits());
map.put("vm.compiler2.enabled", "false");
map.put("vm.debug", "false");
map.put("vm.gc.G1", "false");
map.put("vm.gc.Parallel", "false");
map.put("vm.gc.Serial", "false");
Expand Down

0 comments on commit 45c524b

Please sign in to comment.