8211845: A new switch to control verbosity of hs-err files
authorstuefe
Thu, 08 Nov 2018 16:23:55 +0100
changeset 52454 9b20fe769046
parent 52453 6e99148dbf33
child 52455 bbbc110cdffe
8211845: A new switch to control verbosity of hs-err files Reviewed-by: goetz, mdoerr
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")    \
                                                                             \