7054512: Compress class pointers after perm gen removal

Support of compress class pointers in the compilers.

Reviewed-by: kvn, twisti
This commit is contained in:
Roland Westrelin 2012-10-09 10:11:38 +02:00
parent 7162ad011c
commit 61eb5a0549
93 changed files with 1600 additions and 497 deletions

View file

@ -421,6 +421,7 @@ address StubRoutines::select_fill_function(BasicType t, bool aligned, const char
case T_ARRAY:
case T_OBJECT:
case T_NARROWOOP:
case T_NARROWKLASS:
case T_ADDRESS:
// Currently unsupported
return NULL;