--- old/src/share/vm/logging/logFileOutput.hpp 2016-05-03 22:43:57.514406840 +0900 +++ new/src/share/vm/logging/logFileOutput.hpp 2016-05-03 22:43:57.365407359 +0900 @@ -40,7 +40,7 @@ static const char* TimestampFilenamePlaceholder; static const char* TimestampFormat; static const size_t DefaultFileCount = 5; - static const size_t DefaultFileSize = 20 * M; + static const julong DefaultFileSize = 20 * M; static const size_t StartTimeBufferSize = 20; static const size_t PidBufferSize = 21; static const uint MaxRotationFileCount = 1000; @@ -56,8 +56,8 @@ uint _file_count_max_digits; size_t _archive_name_len; - size_t _rotate_size; - size_t _current_size; + julong _rotate_size; + julong _current_size; // Semaphore used for synchronizing file rotations and writes Semaphore _rotation_semaphore;