src/hotspot/share/logging/logConfiguration.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/logging/logConfiguration.cpp	Mon Jan 29 16:16:24 2018
--- new/src/hotspot/share/logging/logConfiguration.cpp	Mon Jan 29 16:16:24 2018

*** 294,304 **** --- 294,304 ---- disable_output(i - 1); } 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; va_start(ap, exact_match); for (i = 0; i < LogTag::MaxTags; i++) {

src/hotspot/share/logging/logConfiguration.cpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File