mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8213033: Archive remaining primitive box caches
Reviewed-by: jiangli, alanb
This commit is contained in:
parent
4a235517f9
commit
4b45441ae9
9 changed files with 117 additions and 50 deletions
|
@ -64,6 +64,10 @@ int HeapShared::_narrow_oop_shift;
|
|||
// assigned at runtime.
|
||||
static ArchivableStaticFieldInfo closed_archive_subgraph_entry_fields[] = {
|
||||
{"java/lang/Integer$IntegerCache", "archivedCache"},
|
||||
{"java/lang/Long$LongCache", "archivedCache"},
|
||||
{"java/lang/Byte$ByteCache", "archivedCache"},
|
||||
{"java/lang/Short$ShortCache", "archivedCache"},
|
||||
{"java/lang/Character$CharacterCache", "archivedCache"},
|
||||
};
|
||||
// Entry fields for subgraphs archived in the open archive heap region.
|
||||
static ArchivableStaticFieldInfo open_archive_subgraph_entry_fields[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue