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

@ -252,7 +252,8 @@ class CompileBroker: AllStatic {
#endif
static void invoke_compiler_on_method(CompileTask* task);
static void post_compile(CompilerThread* thread, CompileTask* task, bool success, ciEnv* ci_env);
static void post_compile(CompilerThread* thread, CompileTask* task, bool success, ciEnv* ci_env,
int compilable, const char* failure_reason);
static void set_last_compile(CompilerThread *thread, const methodHandle& method, bool is_osr, int comp_level);
static void push_jni_handle_block();
static void pop_jni_handle_block();