src/hotspot/share/logging/logConfiguration.hpp
changeset 48824 e48c4461a8bb
parent 47216 71c04702a3d5
child 49016 ea85eed8b012
--- a/src/hotspot/share/logging/logConfiguration.hpp	Wed Jan 31 11:07:55 2018 -0500
+++ b/src/hotspot/share/logging/logConfiguration.hpp	Wed Jan 31 11:12:12 2018 -0600
@@ -102,7 +102,7 @@
   // (exact_match=false is the same as "-Xlog:<tags>*=<level>", and exact_match=true is "-Xlog:<tags>=<level>").
   // Tags should be specified using the LOG_TAGS macro, e.g.
   // LogConfiguration::configure_stdout(LogLevel::<level>, <true/false>, LOG_TAGS(<tags>));
-  static void configure_stdout(LogLevelType level, bool exact_match, ...);
+  static void configure_stdout(LogLevelType level, int exact_match, ...);
 
   // Parse command line configuration. Parameter 'opts' is the string immediately following the -Xlog: argument ("gc" for -Xlog:gc).
   static bool parse_command_line_arguments(const char* opts = "all");