diff -r 5e23b9a66fe6 -r 991fe09c698c src/hotspot/share/memory/heapShared.cpp --- a/src/hotspot/share/memory/heapShared.cpp Mon Nov 19 09:57:41 2018 -0800 +++ b/src/hotspot/share/memory/heapShared.cpp Tue Nov 20 21:12:46 2018 +0100 @@ -64,6 +64,10 @@ // 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[] = {