mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -181,8 +181,8 @@ bool FrameMap::is_caller_save_register (Register r) {
|
|||
}
|
||||
|
||||
|
||||
void FrameMap::init () {
|
||||
if (_init_done) return;
|
||||
void FrameMap::initialize() {
|
||||
assert(!_init_done, "once");
|
||||
|
||||
int i=0;
|
||||
// Register usage:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue