Skip to content

Commit

Permalink
SapMachine #220: Enable ExtensiveErrorReports in SapMachine
Browse files Browse the repository at this point in the history
(cherry picked from commit d47f683)
  • Loading branch information
GoeLin authored and schmelter-sap committed Feb 28, 2019
1 parent d436db0 commit a94bfd2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1298,9 +1298,10 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
"If an error occurs, save the error data to this file " \
"[default: ./hs_err_pid%p.log] (%p replaced with pid)") \
\
/* SapMachine 2019-02-28 Enable this per default. */ \
product(bool, ExtensiveErrorReports, \
PRODUCT_ONLY(false) NOT_PRODUCT(true), \
"Error reports are more extensive.") \
PRODUCT_ONLY(true) NOT_PRODUCT(true), \
"Error reports are more extensive.") \
\
product(bool, DisplayVMOutputToStderr, false, \
"If DisplayVMOutput is true, display all VM output to stderr") \
Expand Down

0 comments on commit a94bfd2

Please sign in to comment.