Skip to content

Commit

Permalink
Add a new verbose option for JITServer
Browse files Browse the repository at this point in the history
This commit adds a new verbose option `TR_VerboseJITServerConns`.
The option is used by OpenJ9 JITServer to log connection events
between servers and clients.

Signed-off-by: Dmitry Ten <Dmitry.Ten@ibm.com>
  • Loading branch information
dmitry-ten committed Jun 29, 2021
1 parent 632e876 commit 90f845c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions compiler/control/OMROptions.cpp
Expand Up @@ -4761,6 +4761,7 @@ char *OMR::Options::_verboseOptionNames[TR_NumVerboseOptions] =
"profiling",
"JITServer",
"aotcompression",
"JITServerConns",
};


Expand Down
1 change: 1 addition & 0 deletions compiler/control/OMROptions.hpp
Expand Up @@ -1072,6 +1072,7 @@ enum TR_VerboseFlags
TR_VerboseProfiling,
TR_VerboseJITServer,
TR_VerboseAOTCompression,
TR_VerboseJITServerConns,
//If adding new options add an entry to _verboseOptionNames as well
TR_NumVerboseOptions // Must be the last one;
};
Expand Down

0 comments on commit 90f845c

Please sign in to comment.