mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-24 13:24:27 +02:00
8153013: BlockingCompilation test times out
Task has no invocation count and get stale at once Reviewed-by: kvn, iveresov, twisti
This commit is contained in:
parent
c8593eff81
commit
90d0e9a566
12 changed files with 95 additions and 46 deletions
|
@ -232,7 +232,7 @@ class CompileBroker: AllStatic {
|
|||
int comp_level,
|
||||
const methodHandle& hot_method,
|
||||
int hot_count,
|
||||
const char* comment,
|
||||
CompileTask::CompileReason compile_reason,
|
||||
bool blocking);
|
||||
static void wait_for_completion(CompileTask* task);
|
||||
#if INCLUDE_JVMCI
|
||||
|
@ -251,7 +251,7 @@ class CompileBroker: AllStatic {
|
|||
int comp_level,
|
||||
const methodHandle& hot_method,
|
||||
int hot_count,
|
||||
const char* comment,
|
||||
CompileTask::CompileReason compile_reason,
|
||||
bool blocking,
|
||||
Thread* thread);
|
||||
|
||||
|
@ -289,14 +289,15 @@ public:
|
|||
int comp_level,
|
||||
const methodHandle& hot_method,
|
||||
int hot_count,
|
||||
const char* comment, Thread* thread);
|
||||
CompileTask::CompileReason compile_reason,
|
||||
Thread* thread);
|
||||
|
||||
static nmethod* compile_method(const methodHandle& method,
|
||||
int osr_bci,
|
||||
int comp_level,
|
||||
const methodHandle& hot_method,
|
||||
int hot_count,
|
||||
const char* comment,
|
||||
CompileTask::CompileReason compile_reason,
|
||||
DirectiveSet* directive,
|
||||
Thread* thread);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue