mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6958292: C1: Enable parallel compilation
Enable parallel compilation in C1 Reviewed-by: never, kvn
This commit is contained in:
parent
36f8c82970
commit
00b75f8353
30 changed files with 328 additions and 344 deletions
|
@ -304,7 +304,7 @@ void LIRGenerator::block_do_prolog(BlockBegin* block) {
|
|||
__ branch_destination(block->label());
|
||||
|
||||
if (LIRTraceExecution &&
|
||||
Compilation::current_compilation()->hir()->start()->block_id() != block->block_id() &&
|
||||
Compilation::current()->hir()->start()->block_id() != block->block_id() &&
|
||||
!block->is_set(BlockBegin::exception_entry_flag)) {
|
||||
assert(block->lir()->instructions_list()->length() == 1, "should come right after br_dst");
|
||||
trace_block_entry(block);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue