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 committed Dec 20, 2018
1 parent 3ed6e0c commit 270f433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/hotspot/share/runtime/globals.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,9 @@ 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 2018-12-18 Enable this per default. */ \
product(bool, ExtensiveErrorReports, \
PRODUCT_ONLY(false) NOT_PRODUCT(true), \
PRODUCT_ONLY(true) NOT_PRODUCT(true), \
"Error reports are more extensive.") \
\
product(bool, DisplayVMOutputToStderr, false, \
Expand Down

0 comments on commit 270f433

Please sign in to comment.