8230459: Test failed to resume JVMCI CompilerThread

Reviewed-by: dholmes, kvn
This commit is contained in:
Martin Doerr 2019-10-21 19:58:16 +02:00
parent 9dd7038c43
commit 0a5f074a77
2 changed files with 64 additions and 5 deletions

View file

@ -395,6 +395,8 @@ public:
return _compiler2_objects[idx];
}
static bool can_remove(CompilerThread *ct, bool do_it);
static CompileLog* get_log(CompilerThread* ct);
static int get_total_compile_count() { return _total_compile_count; }