8212070: Introduce diagnostic flag to abort VM on failed JIT compilation

Reviewed-by: mikael, thartmann
This commit is contained in:
Aleksey Shipilev 2018-11-19 11:51:27 +01:00
parent b146cbfc10
commit ffeae5bd65
3 changed files with 16 additions and 4 deletions

View file

@ -2016,6 +2016,9 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
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") \
\