< prev index next >

src/hotspot/share/memory/heapShared.hpp

Print this page

@@ -119,11 +119,11 @@
 
   class DumpTimeKlassSubGraphInfoTable
     : public ResourceHashtable<Klass*, KlassSubGraphInfo,
                                HeapShared::klass_hash,
                                HeapShared::klass_equals,
-                               15889, // prime number
+                               137, // prime number
                                ResourceObj::C_HEAP> {
   public:
     int _count;
   };
 

@@ -224,12 +224,12 @@
   static void patch_archived_heap_embedded_pointers(MemRegion mem, address  oopmap,
                                                     size_t oopmap_in_bits) NOT_CDS_JAVA_HEAP_RETURN;
 
   static void init_archivable_static_fields(Thread* THREAD) NOT_CDS_JAVA_HEAP_RETURN;
   static void archive_static_fields(Thread* THREAD) NOT_CDS_JAVA_HEAP_RETURN;
-  static void create_hashtables() NOT_CDS_JAVA_HEAP_RETURN;
-  static void serialize_hashtables(SerializeClosure* soc) NOT_CDS_JAVA_HEAP_RETURN;
+  static void write_subgraph_info_table() NOT_CDS_JAVA_HEAP_RETURN;
+  static void serialize_subgraph_info_table_header(SerializeClosure* soc) NOT_CDS_JAVA_HEAP_RETURN;
 
 #if INCLUDE_CDS_JAVA_HEAP
   static ResourceBitMap calculate_oopmap(MemRegion region);
   static oop archive_reachable_objects_from(int level, KlassSubGraphInfo* subgraph_info, oop orig_obj, TRAPS);
   static void verify_subgraph_from(oop orig_obj) PRODUCT_RETURN;
< prev index next >