--- old/src/share/vm/logging/logConfiguration.hpp 2015-10-27 08:57:42.362974100 +0900 +++ new/src/share/vm/logging/logConfiguration.hpp 2015-10-27 08:57:42.239974100 +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