8145270: Need to eagerly initialize JVMCI compiler under -Xcomp

Reviewed-by: twisti
This commit is contained in:
Doug Simon 2015-12-13 22:51:13 +01:00
parent 6f27a97d77
commit 08a2e337c7
3 changed files with 15 additions and 3 deletions

View file

@ -276,7 +276,7 @@ public:
CompileQueue *q = compile_queue(comp_level);
return q != NULL ? q->size() : 0;
}
static void compilation_init();
static void compilation_init(TRAPS);
static void init_compiler_thread_log();
static nmethod* compile_method(const methodHandle& method,
int osr_bci,