hotspot/src/share/vm/runtime/globals.hpp
changeset 8119 81eef1b06988
parent 8114 340b5b8b544b
child 8312 f33f2a40af7f
child 8124 70ed6d8368bc
child 8330 5f6046a69677
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Feb 08 22:27:57 2011 -0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Feb 09 11:08:10 2011 +0100
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -790,6 +790,9 @@
   product(bool, ShowMessageBoxOnError, false,                               \
           "Keep process alive on VM fatal error")                           \
                                                                             \
+  product(bool, CreateMinidumpOnCrash, false,                               \
+          "Create minidump on VM fatal error")                              \
+                                                                            \
   product_pd(bool, UseOSErrorReporting,                                     \
           "Let VM fatal error propagate to the OS (ie. WER on Windows)")    \
                                                                             \