< prev index next >

src/hotspot/share/classfile/classLoaderData.hpp

Print this page

*** 330,338 **** --- 330,348 ---- // Obtain the class loader's _name_and_id, works during unloading. const char* loader_name_and_id() const; Symbol* name_and_id() const { return _name_and_id; } + #if INCLUDE_CDS_JAVA_HEAP + static void allocate_archived_tables(); + static void init_archived_tables(); + static void init_archived_oops(); + static void serialize(class SerializeClosure* f); + static void restore_archived_oops_for_null_class_loader_data(); + void restore_java_platform_loader_from_archive(); + void restore_java_system_loader_from_archive(); + #endif + JFR_ONLY(DEFINE_TRACE_ID_METHODS;) }; #endif // SHARE_CLASSFILE_CLASSLOADERDATA_HPP
< prev index next >