mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6972540: sun/nio/ch/SocketChannelImpl compilation crashed when executing CompileTheWorld
Reviewed-by: kvn
This commit is contained in:
parent
f4b4eae617
commit
16efe7ce5c
4 changed files with 44 additions and 5 deletions
|
@ -936,7 +936,6 @@ LIR_Opr LIRGenerator::new_register(BasicType type) {
|
|||
}
|
||||
}
|
||||
_virtual_register_number += 1;
|
||||
if (type == T_ADDRESS) type = T_INT;
|
||||
return LIR_OprFact::virtual_register(vreg, type);
|
||||
}
|
||||
|
||||
|
@ -2829,4 +2828,3 @@ LIR_Opr LIRGenerator::call_runtime(BasicTypeArray* signature, LIRItemList* args,
|
|||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue