8214712: Archive Attributes$Name.KNOWN_NAMES

Reviewed-by: alanb, jiangli
This commit is contained in:
Claes Redestad 2018-12-03 16:25:27 +01:00
parent bf2d6a2838
commit c013c7bd2f
2 changed files with 99 additions and 61 deletions

View file

@ -68,6 +68,7 @@ static ArchivableStaticFieldInfo closed_archive_subgraph_entry_fields[] = {
{"java/lang/Byte$ByteCache", "archivedCache"},
{"java/lang/Short$ShortCache", "archivedCache"},
{"java/lang/Character$CharacterCache", "archivedCache"},
{"java/util/jar/Attributes$Name", "KNOWN_NAMES"},
};
// Entry fields for subgraphs archived in the open archive heap region.
static ArchivableStaticFieldInfo open_archive_subgraph_entry_fields[] = {