mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 10:34: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
|
@ -153,7 +153,7 @@ int FrameMap::_cpu_reg2rnr [FrameMap::nof_cpu_regs];
|
|||
|
||||
|
||||
FrameMap::FrameMap(ciMethod* method, int monitors, int reserved_argument_area_size) {
|
||||
if (!_init_done) init();
|
||||
assert(_init_done, "should already be completed");
|
||||
|
||||
_framesize = -1;
|
||||
_num_spills = -1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue