Skip to content

Commit

Permalink
OAK-11439: set remaining full gc modes - add support for NONE without…
Browse files Browse the repository at this point in the history
… warning message
  • Loading branch information
reschke committed Jan 31, 2025
1 parent 83c6aaf commit ae033c1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ enum FullGCMode {
public static FullGCMode getMode(final int mode) {

switch (mode) {
case 0:
return NONE;
case 1:
return EMPTYPROPS;
case 2:
Expand Down

0 comments on commit ae033c1

Please sign in to comment.