hotspot/src/share/vm/runtime/stubRoutines.cpp
changeset 13969 d2a189b83b87
parent 13391 30245956af37
child 13974 791cba24758f
equal deleted inserted replaced
13968:8c9029c01470 13969:d2a189b83b87
   419   case T_DOUBLE:
   419   case T_DOUBLE:
   420   case T_LONG:
   420   case T_LONG:
   421   case T_ARRAY:
   421   case T_ARRAY:
   422   case T_OBJECT:
   422   case T_OBJECT:
   423   case T_NARROWOOP:
   423   case T_NARROWOOP:
       
   424   case T_NARROWKLASS:
   424   case T_ADDRESS:
   425   case T_ADDRESS:
   425     // Currently unsupported
   426     // Currently unsupported
   426     return NULL;
   427     return NULL;
   427 
   428 
   428   default:
   429   default: