8136577: Make AbortVMOnException available in product builds

Reviewed-by: coleenp
This commit is contained in:
Poonam Bajaj 2015-10-14 15:36:41 -07:00
parent df9b5759f7
commit a25ce80e78
9 changed files with 29 additions and 24 deletions

View file

@ -2807,11 +2807,11 @@ public:
"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") \
\