mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8230459: Test failed to resume JVMCI CompilerThread
Reviewed-by: dholmes, kvn
This commit is contained in:
parent
9dd7038c43
commit
0a5f074a77
2 changed files with 64 additions and 5 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue