mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8212070: Introduce diagnostic flag to abort VM on failed JIT compilation
Reviewed-by: mikael, thartmann
This commit is contained in:
parent
b146cbfc10
commit
ffeae5bd65
3 changed files with 16 additions and 4 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue