src/share/vm/runtime/globals.hpp

changeset 2044
f4f596978298
parent 2036
126ea7725993
parent 2039
66c5dadb4d61
child 2047
d2ede61b7a12
     1.1 --- a/src/share/vm/runtime/globals.hpp	Tue Aug 03 08:13:38 2010 -0400
     1.2 +++ b/src/share/vm/runtime/globals.hpp	Mon Aug 09 17:51:56 2010 -0700
     1.3 @@ -2442,6 +2442,10 @@
     1.4            "Call fatal if this exception is thrown.  Example: "              \
     1.5            "java -XX:AbortVMOnException=java.lang.NullPointerException Foo") \
     1.6                                                                              \
     1.7 +  notproduct(ccstr, AbortVMOnExceptionMessage, NULL,                        \
     1.8 +          "Call fatal if the exception pointed by AbortVMOnException "      \
     1.9 +          "has this message.")                                              \
    1.10 +                                                                            \
    1.11    develop(bool, DebugVtables, false,                                        \
    1.12            "add debugging code to vtable dispatch")                          \
    1.13                                                                              \

mercurial