diff src/share/vm/c1/c1_LIR.cpp @ 1816:87b64980e2f1

6972540: sun/nio/ch/SocketChannelImpl compilation crashed when executing CompileTheWorld Reviewed-by: kvn
author never
date Wed, 22 Sep 2010 21:10:46 -0700
parents 3a294e483abc
children f02a8bbe6ed4
line wrap: on
line diff
--- a/src/share/vm/c1/c1_LIR.cpp	Wed Sep 22 13:01:12 2010 -0700
+++ b/src/share/vm/c1/c1_LIR.cpp	Wed Sep 22 21:10:46 2010 -0700
@@ -211,6 +211,7 @@
     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) &&