8153073: UL: Set filesize option with k/m/g

Reviewed-by: mlarsson, dholmes
This commit is contained in:
Yasumasa Suenaga 2016-05-04 21:53:01 -04:00
parent e24c1e8bbd
commit e41ab59d63
5 changed files with 17 additions and 13 deletions

View file

@ -464,7 +464,7 @@ void LogConfiguration::print_command_line_help(FILE* out) {
" -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"