--- old/src/hotspot/share/logging/logConfiguration.hpp 2018-01-29 16:16:25.000000000 -0600 +++ new/src/hotspot/share/logging/logConfiguration.hpp 2018-01-29 16:16:25.000000000 -0600 @@ -102,7 +102,7 @@ // (exact_match=false is the same as "-Xlog:*=", and exact_match=true is "-Xlog:="). // Tags should be specified using the LOG_TAGS macro, e.g. // LogConfiguration::configure_stdout(LogLevel::, , LOG_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");