mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8240363: Refactor Compile::Output() to its own Phase
Reviewed-by: kvn, vlivanov
This commit is contained in:
parent
6ddb0f2b2c
commit
21cd75cb98
28 changed files with 1388 additions and 1228 deletions
|
@ -395,6 +395,9 @@ public:
|
|||
return _compiler2_objects[idx];
|
||||
}
|
||||
|
||||
static AbstractCompiler* compiler1() { return _compilers[0]; }
|
||||
static AbstractCompiler* compiler2() { return _compilers[1]; }
|
||||
|
||||
static bool can_remove(CompilerThread *ct, bool do_it);
|
||||
|
||||
static CompileLog* get_log(CompilerThread* ct);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue