6972540: sun/nio/ch/SocketChannelImpl compilation crashed when executing CompileTheWorld

Reviewed-by: kvn
This commit is contained in:
Tom Rodriguez 2010-09-22 21:10:46 -07:00
parent f4b4eae617
commit 16efe7ce5c
4 changed files with 44 additions and 5 deletions

View file

@ -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) &&