src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/runtime/globals.hpp	Mon Sep  9 23:59:38 2013
--- new/src/share/vm/runtime/globals.hpp	Mon Sep  9 23:59:38 2013

*** 878,888 **** --- 878,888 ---- "Automatically shutdown native memory tracking under stress " \ "situation. When set to false, native memory tracking tries to " \ "stay alive at the expense of JVM performance") \ \ diagnostic(bool, LogCompilation, false, \ ! "Log compilation activity in detail to hotspot.log or LogFile") \ ! "Log compilation activity in detail to LogFile") \ \ product(bool, PrintCompilation, false, \ "Print compilations") \ \ diagnostic(bool, TraceNMethodInstalls, false, \
*** 2493,2512 **** --- 2493,2513 ---- \ notproduct(bool, PrintFlagsWithComments, false, \ "Print all VM flags with default values and descriptions and exit")\ \ diagnostic(bool, SerializeVMOutput, true, \ ! "Use a mutex to serialize output to tty and hotspot.log") \ ! "Use a mutex to serialize output to tty and LogFile") \ \ diagnostic(bool, DisplayVMOutput, true, \ "Display all VM output on the tty, independently of LogVMOutput") \ \ diagnostic(bool, LogVMOutput, trueInDebug, \ ! "Save VM output to hotspot.log, or to LogFile") \ ! "Save VM output to LogFile") \ \ diagnostic(ccstr, LogFile, NULL, \ ! "If LogVMOutput is on, save VM output to this file [hotspot.log]") \ ! "If LogVMOutput is on, save VM output to this file " \ + "[default: ./hotspot_pid%p.log] (%p replaced with pid)") \ \ product(ccstr, ErrorFile, NULL, \ "If an error occurs, save the error data to this file " \ "[default: ./hs_err_pid%p.log] (%p replaced with pid)") \ \

src/share/vm/runtime/globals.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File