hotspot/src/share/vm/runtime/globals.hpp
changeset 6179 4846648c4b7b
parent 6062 bab93afe9df7
child 6184 a017b5ba6782
equal deleted inserted replaced
6178:bfbfaacd23e5 6179:4846648c4b7b
  2440                                                                             \
  2440                                                                             \
  2441   notproduct(ccstr, AbortVMOnException, NULL,                               \
  2441   notproduct(ccstr, AbortVMOnException, NULL,                               \
  2442           "Call fatal if this exception is thrown.  Example: "              \
  2442           "Call fatal if this exception is thrown.  Example: "              \
  2443           "java -XX:AbortVMOnException=java.lang.NullPointerException Foo") \
  2443           "java -XX:AbortVMOnException=java.lang.NullPointerException Foo") \
  2444                                                                             \
  2444                                                                             \
       
  2445   notproduct(ccstr, AbortVMOnExceptionMessage, NULL,                        \
       
  2446           "Call fatal if the exception pointed by AbortVMOnException "      \
       
  2447           "has this message.")                                              \
       
  2448                                                                             \
  2445   develop(bool, DebugVtables, false,                                        \
  2449   develop(bool, DebugVtables, false,                                        \
  2446           "add debugging code to vtable dispatch")                          \
  2450           "add debugging code to vtable dispatch")                          \
  2447                                                                             \
  2451                                                                             \
  2448   develop(bool, PrintVtables, false,                                        \
  2452   develop(bool, PrintVtables, false,                                        \
  2449           "print vtables when printing klass")                              \
  2453           "print vtables when printing klass")                              \