mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
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:
parent
7162ad011c
commit
61eb5a0549
93 changed files with 1600 additions and 497 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue