--- old/src/hotspot/share/logging/logConfiguration.cpp 2018-01-29 16:16:24.000000000 -0600 +++ new/src/hotspot/share/logging/logConfiguration.cpp 2018-01-29 16:16:24.000000000 -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;