hotspot/src/share/vm/memory/metaspaceShared.hpp
changeset 34257 4be3504cc03b
parent 31345 1bba15125d8d
child 34259 06047e5d60d2
equal deleted inserted replaced
34132:aa73af640c61 34257:4be3504cc03b
   158   static void check_one_shared_class(Klass* obj);
   158   static void check_one_shared_class(Klass* obj);
   159   static void link_and_cleanup_shared_classes(TRAPS);
   159   static void link_and_cleanup_shared_classes(TRAPS);
   160 
   160 
   161   static int count_class(const char* classlist_file);
   161   static int count_class(const char* classlist_file);
   162   static void estimate_regions_size() NOT_CDS_RETURN;
   162   static void estimate_regions_size() NOT_CDS_RETURN;
       
   163 
       
   164   // Allocate a block of memory from the "md" region.
       
   165   static char* misc_data_space_alloc(size_t num_bytes);
   163 };
   166 };
   164 #endif // SHARE_VM_MEMORY_METASPACESHARED_HPP
   167 #endif // SHARE_VM_MEMORY_METASPACESHARED_HPP