# HG changeset patch # User stuefe # Date 1541690635 -3600 # Node ID 9b20fe769046cb2733b811c6c64b7a9d719e2f8d # Parent 6e99148dbf33ea77d0ae554c4e897e475ee1b63a 8211845: A new switch to control verbosity of hs-err files Reviewed-by: goetz, mdoerr diff -r 6e99148dbf33 -r 9b20fe769046 src/hotspot/share/runtime/globals.hpp --- a/src/hotspot/share/runtime/globals.hpp Thu Nov 08 15:02:50 2018 +0100 +++ b/src/hotspot/share/runtime/globals.hpp Thu Nov 08 16:23:55 2018 +0100 @@ -1264,6 +1264,10 @@ "If an error occurs, save the error data to this file " \ "[default: ./hs_err_pid%p.log] (%p replaced with pid)") \ \ + product(bool, ExtensiveErrorReports, \ + PRODUCT_ONLY(false) NOT_PRODUCT(true), \ + "Error reports are more extensive.") \ + \ product(bool, DisplayVMOutputToStderr, false, \ "If DisplayVMOutput is true, display all VM output to stderr") \ \