comparison src/share/vm/runtime/globals.hpp @ 12257:01b268b3080a

8023134: Rename VM LogFile to hotspot_pid{pid}.log (was hotspot.log) Reviewed-by: twisti, kvn, sla
author vlivanov
date Fri, 13 Sep 2013 04:16:54 -0700
parents edb5ab0f3fe5
children da051ce490eb
comparison
equal deleted inserted replaced
12256:591b49112612 12257:01b268b3080a
878 "Automatically shutdown native memory tracking under stress " \ 878 "Automatically shutdown native memory tracking under stress " \
879 "situation. When set to false, native memory tracking tries to " \ 879 "situation. When set to false, native memory tracking tries to " \
880 "stay alive at the expense of JVM performance") \ 880 "stay alive at the expense of JVM performance") \
881 \ 881 \
882 diagnostic(bool, LogCompilation, false, \ 882 diagnostic(bool, LogCompilation, false, \
883 "Log compilation activity in detail to hotspot.log or LogFile") \ 883 "Log compilation activity in detail to LogFile") \
884 \ 884 \
885 product(bool, PrintCompilation, false, \ 885 product(bool, PrintCompilation, false, \
886 "Print compilations") \ 886 "Print compilations") \
887 \ 887 \
888 diagnostic(bool, TraceNMethodInstalls, false, \ 888 diagnostic(bool, TraceNMethodInstalls, false, \
2496 \ 2496 \
2497 notproduct(bool, PrintFlagsWithComments, false, \ 2497 notproduct(bool, PrintFlagsWithComments, false, \
2498 "Print all VM flags with default values and descriptions and exit")\ 2498 "Print all VM flags with default values and descriptions and exit")\
2499 \ 2499 \
2500 diagnostic(bool, SerializeVMOutput, true, \ 2500 diagnostic(bool, SerializeVMOutput, true, \
2501 "Use a mutex to serialize output to tty and hotspot.log") \ 2501 "Use a mutex to serialize output to tty and LogFile") \
2502 \ 2502 \
2503 diagnostic(bool, DisplayVMOutput, true, \ 2503 diagnostic(bool, DisplayVMOutput, true, \
2504 "Display all VM output on the tty, independently of LogVMOutput") \ 2504 "Display all VM output on the tty, independently of LogVMOutput") \
2505 \ 2505 \
2506 diagnostic(bool, LogVMOutput, trueInDebug, \ 2506 diagnostic(bool, LogVMOutput, false, \
2507 "Save VM output to hotspot.log, or to LogFile") \ 2507 "Save VM output to LogFile") \
2508 \ 2508 \
2509 diagnostic(ccstr, LogFile, NULL, \ 2509 diagnostic(ccstr, LogFile, NULL, \
2510 "If LogVMOutput is on, save VM output to this file [hotspot.log]") \ 2510 "If LogVMOutput or LogCompilation is on, save VM output to " \
2511 "this file [default: ./hotspot_pid%p.log] (%p replaced with pid)") \
2511 \ 2512 \
2512 product(ccstr, ErrorFile, NULL, \ 2513 product(ccstr, ErrorFile, NULL, \
2513 "If an error occurs, save the error data to this file " \ 2514 "If an error occurs, save the error data to this file " \
2514 "[default: ./hs_err_pid%p.log] (%p replaced with pid)") \ 2515 "[default: ./hs_err_pid%p.log] (%p replaced with pid)") \
2515 \ 2516 \