src/share/vm/runtime/stubRoutines.cpp

Print this page
rev 3688 : 7054512: Compress class pointers after perm gen removal
Summary: support of compress class pointers in the compilers.
Reviewed-by:

*** 419,428 **** --- 419,429 ---- case T_DOUBLE: case T_LONG: case T_ARRAY: case T_OBJECT: case T_NARROWOOP: + case T_NARROWKLASS: case T_ADDRESS: // Currently unsupported return NULL; default: