hotspot/src/share/vm/runtime/globals.hpp
changeset 6184 a017b5ba6782
parent 6176 4d9030fe341f
parent 6179 4846648c4b7b
child 6187 4fa7845f7c14
--- a/hotspot/src/share/vm/runtime/globals.hpp	Tue Aug 03 08:13:38 2010 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Mon Aug 09 17:51:56 2010 -0700
@@ -2442,6 +2442,10 @@
           "Call fatal if this exception is thrown.  Example: "              \
           "java -XX:AbortVMOnException=java.lang.NullPointerException Foo") \
                                                                             \
+  notproduct(ccstr, AbortVMOnExceptionMessage, NULL,                        \
+          "Call fatal if the exception pointed by AbortVMOnException "      \
+          "has this message.")                                              \
+                                                                            \
   develop(bool, DebugVtables, false,                                        \
           "add debugging code to vtable dispatch")                          \
                                                                             \