src/hotspot/share/logging/logConfiguration.cpp
changeset 48824 e48c4461a8bb
parent 47765 b7c7428eaab9
child 49015 a12c9536d8a6
--- a/src/hotspot/share/logging/logConfiguration.cpp	Wed Jan 31 11:07:55 2018 -0500
+++ b/src/hotspot/share/logging/logConfiguration.cpp	Wed Jan 31 11:12:12 2018 -0600
@@ -296,7 +296,7 @@
   notify_update_listeners();
 }
 
-void LogConfiguration::configure_stdout(LogLevelType level, bool exact_match, ...) {
+void LogConfiguration::configure_stdout(LogLevelType level, int exact_match, ...) {
   size_t i;
   va_list ap;
   LogTagLevelExpression expr;