hotspot/src/share/vm/runtime/globals.hpp
changeset 8119 81eef1b06988
parent 8114 340b5b8b544b
child 8312 f33f2a40af7f
child 8124 70ed6d8368bc
child 8330 5f6046a69677
equal deleted inserted replaced
8118:7c1661c44c4a 8119:81eef1b06988
     1 /*
     1 /*
     2  * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
   788           "Prints much more debugging information")                         \
   788           "Prints much more debugging information")                         \
   789                                                                             \
   789                                                                             \
   790   product(bool, ShowMessageBoxOnError, false,                               \
   790   product(bool, ShowMessageBoxOnError, false,                               \
   791           "Keep process alive on VM fatal error")                           \
   791           "Keep process alive on VM fatal error")                           \
   792                                                                             \
   792                                                                             \
       
   793   product(bool, CreateMinidumpOnCrash, false,                               \
       
   794           "Create minidump on VM fatal error")                              \
       
   795                                                                             \
   793   product_pd(bool, UseOSErrorReporting,                                     \
   796   product_pd(bool, UseOSErrorReporting,                                     \
   794           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
   797           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
   795                                                                             \
   798                                                                             \
   796   product(bool, SuppressFatalErrorMessage, false,                           \
   799   product(bool, SuppressFatalErrorMessage, false,                           \
   797           "Do NO Fatal Error report [Avoid deadlock]")                      \
   800           "Do NO Fatal Error report [Avoid deadlock]")                      \