--- a/src/hotspot/share/classfile/javaClasses.hpp Fri Aug 10 09:16:10 2018 +0200
+++ b/src/hotspot/share/classfile/javaClasses.hpp Mon Aug 13 19:21:43 2018 +0200
@@ -1485,6 +1485,15 @@
static void serialize(SerializeClosure* f) NOT_CDS_RETURN;
};
+class java_lang_Integer_IntegerCache: AllStatic {
+ private:
+ static int _archivedCache_offset;
+ public:
+ static int archivedCache_offset() { return _archivedCache_offset; }
+ static void compute_offsets();
+ static void serialize(SerializeClosure* f) NOT_CDS_RETURN;
+};
+
class jdk_internal_module_ArchivedModuleGraph: AllStatic {
private:
static int _archivedSystemModules_offset;