src/hotspot/share/memory/heapShared.cpp
changeset 52626 991fe09c698c
parent 52514 f4e3900c8d08
child 52686 00c47178ea6c
--- 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[] = {