--- old/src/share/vm/logging/logConfiguration.cpp 2016-05-04 22:39:09.181262100 +0900 +++ new/src/share/vm/logging/logConfiguration.cpp 2016-05-04 22:39:08.809262100 +0900 @@ -464,7 +464,7 @@ " -Xlog:gc=debug:file=gc.txt:none\n" "\t Log messages tagged with 'gc' tag using 'debug' level to file 'gc.txt' with no decorations.\n\n" - " -Xlog:gc=trace:file=gctrace.txt:uptimemillis,pids:filecount=5,filesize=1024\n" + " -Xlog:gc=trace:file=gctrace.txt:uptimemillis,pids:filecount=5,filesize=1m\n" "\t Log messages tagged with 'gc' tag using 'trace' level to a rotating fileset of 5 files of size 1MB,\n" "\t using the base name 'gctrace.txt', with 'uptimemillis' and 'pid' decorations.\n\n"