mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14: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
|
@ -211,6 +211,7 @@ void LIR_OprDesc::validate_type() const {
|
|||
case T_BYTE:
|
||||
case T_SHORT:
|
||||
case T_INT:
|
||||
case T_ADDRESS:
|
||||
case T_OBJECT:
|
||||
case T_ARRAY:
|
||||
assert((kind_field() == cpu_register || kind_field() == stack_value) &&
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue