src/hotspot/share/memory/metaspaceShared.hpp
changeset 50206 adec398d9051
parent 50056 ca1f2d4d4ec8
child 50532 a18c60527166
equal deleted inserted replaced
50205:95ba3a1dc2b2 50206:adec398d9051
   223 
   223 
   224   static void print_shared_spaces();
   224   static void print_shared_spaces();
   225 
   225 
   226   static bool try_link_class(InstanceKlass* ik, TRAPS);
   226   static bool try_link_class(InstanceKlass* ik, TRAPS);
   227   static void link_and_cleanup_shared_classes(TRAPS);
   227   static void link_and_cleanup_shared_classes(TRAPS);
   228   static void check_shared_class_loader_type(Klass* obj);
   228   static void check_shared_class_loader_type(InstanceKlass* ik);
   229 
   229 
   230   // Allocate a block of memory from the "mc", "ro", or "rw" regions.
   230   // Allocate a block of memory from the "mc", "ro", or "rw" regions.
   231   static char* misc_code_space_alloc(size_t num_bytes);
   231   static char* misc_code_space_alloc(size_t num_bytes);
   232   static char* read_only_space_alloc(size_t num_bytes);
   232   static char* read_only_space_alloc(size_t num_bytes);
   233 
   233