src/hotspot/share/runtime/globals.hpp
changeset 52605 b8c88c64abf0
parent 52596 dfa02b3f728c
child 52628 639a3e43f5b7
--- a/src/hotspot/share/runtime/globals.hpp	Tue Nov 13 09:59:50 2018 +0100
+++ b/src/hotspot/share/runtime/globals.hpp	Mon Nov 19 11:51:27 2018 +0100
@@ -2016,6 +2016,9 @@
   notproduct(bool, CIObjectFactoryVerify, false,                            \
           "enable potentially expensive verification in ciObjectFactory")   \
                                                                             \
+  diagnostic(bool, AbortVMOnCompilationFailure, false,                      \
+          "Abort VM when method had failed to compile.")                    \
+                                                                            \
   /* Priorities */                                                          \
   product_pd(bool, UseThreadPriorities,  "Use native thread priorities")    \
                                                                             \