hotspot/src/share/vm/runtime/globals.hpp
changeset 33208 5ec6ffa63c57
parent 33144 c56850e328fc
child 33222 e0a340f4ab6e
--- a/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 14 13:30:47 2015 -0400
+++ b/hotspot/src/share/vm/runtime/globals.hpp	Wed Oct 14 15:36:41 2015 -0700
@@ -2807,11 +2807,11 @@
           "standard exit from VM if bytecode verify error "                 \
           "(only in debug mode)")                                           \
                                                                             \
-  notproduct(ccstr, AbortVMOnException, NULL,                               \
+  diagnostic(ccstr, AbortVMOnException, NULL,                               \
           "Call fatal if this exception is thrown.  Example: "              \
           "java -XX:AbortVMOnException=java.lang.NullPointerException Foo") \
                                                                             \
-  notproduct(ccstr, AbortVMOnExceptionMessage, NULL,                        \
+  diagnostic(ccstr, AbortVMOnExceptionMessage, NULL,                        \
           "Call fatal if the exception pointed by AbortVMOnException "      \
           "has this message")                                               \
                                                                             \