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 15:12:23 2013
--- new/src/share/vm/runtime/globals.hpp	Mon Sep  9 15:12:23 2013

*** 2502,2512 **** --- 2502,2513 ---- \ diagnostic(bool, LogVMOutput, trueInDebug, \ "Save VM output to hotspot.log, or 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