src/share/vm/runtime/globals.hpp

changeset 2520
63d374c54045
parent 2515
d8a72fbc4be7
child 2525
e9aa2ca89ad6
child 2549
6e70f1bb7f6f
child 2567
850b2295a494
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Feb 08 22:27:57 2011 -0800
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Wed Feb 09 11:08:10 2011 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -790,6 +790,9 @@
    1.11    product(bool, ShowMessageBoxOnError, false,                               \
    1.12            "Keep process alive on VM fatal error")                           \
    1.13                                                                              \
    1.14 +  product(bool, CreateMinidumpOnCrash, false,                               \
    1.15 +          "Create minidump on VM fatal error")                              \
    1.16 +                                                                            \
    1.17    product_pd(bool, UseOSErrorReporting,                                     \
    1.18            "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
    1.19                                                                              \

mercurial