comparison src/share/vm/runtime/stubRoutines.cpp @ 6853:d804e148cff8

Merge
author kvn
date Fri, 12 Oct 2012 09:22:52 -0700
parents b9a9ed0f8eeb 8e47bac5643a
children a3ecd773a7b9
comparison
equal deleted inserted replaced
6842:b9a9ed0f8eeb 6853:d804e148cff8
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: