--- old/src/share/vm/logging/logConfiguration.hpp 2015-10-29 22:41:23.391033800 +0900 +++ new/src/share/vm/logging/logConfiguration.hpp 2015-10-29 22:41:23.121033800 +0900 @@ -85,6 +85,9 @@ // Prints usage help for command line log configuration. static void print_command_line_help(FILE* out); + + // Rotates all LogFileOutput + static void rotate_all_logfile(); }; #endif // SHARE_VM_LOGGING_LOGCONFIGURATION_HPP