src/share/vm/runtime/globals.hpp

Print this page

        

@@ -934,11 +934,11 @@
           "Print much more debugging information")                          \
                                                                             \
   product(bool, ShowMessageBoxOnError, false,                               \
           "Keep process alive on VM fatal error")                           \
                                                                             \
-  product(bool, CreateMinidumpOnCrash, false,                               \
+  product(bool, CreateCoredumpOnCrash, true,                                \
           "Create minidump on VM fatal error")                              \
                                                                             \
   product_pd(bool, UseOSErrorReporting,                                     \
           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
                                                                             \