comparison src/share/vm/runtime/stubRoutines.cpp @ 6848:8e47bac5643a

7054512: Compress class pointers after perm gen removal Summary: support of compress class pointers in the compilers. Reviewed-by: kvn, twisti
author roland
date Tue, 09 Oct 2012 10:11:38 +0200
parents 1d7922586cf6
children d804e148cff8
comparison
equal deleted inserted replaced
6847:65d07d9ee446 6848:8e47bac5643a
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: