mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
8136577: Make AbortVMOnException available in product builds
Reviewed-by: coleenp
This commit is contained in:
parent
df9b5759f7
commit
a25ce80e78
9 changed files with 29 additions and 24 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue