mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 19:44:41 +02:00
8214712: Archive Attributes$Name.KNOWN_NAMES
Reviewed-by: alanb, jiangli
This commit is contained in:
parent
bf2d6a2838
commit
c013c7bd2f
2 changed files with 99 additions and 61 deletions
|
@ -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[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue