hotspot/src/share/vm/runtime/globals.hpp
changeset 6179 4846648c4b7b
parent 6062 bab93afe9df7
child 6184 a017b5ba6782
--- a/hotspot/src/share/vm/runtime/globals.hpp	Mon Jul 26 15:58:07 2010 -0700
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Fri Jul 30 10:21:15 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")                          \
                                                                             \