< prev index next >

src/hotspot/share/classfile/javaClasses.hpp

Print this page
rev 51374 : 8209120: Archive the Integer.IntegerCache
Reviewed-by: jiangli, alanb, plevart

*** 1483,1492 **** --- 1483,1501 ---- static void compute_offsets(); static oop get_owner_threadObj(oop obj); 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; static int _archivedModuleFinder_offset; static int _archivedMainModule_offset;
< prev index next >