src/share/vm/memory/metaspaceShared.hpp

Print this page
rev 9227 : [mq] cds

*** 158,164 **** --- 158,167 ---- static void check_one_shared_class(Klass* obj); static void link_and_cleanup_shared_classes(TRAPS); static int count_class(const char* classlist_file); static void estimate_regions_size() NOT_CDS_RETURN; + + // Allocate a block of memory from the "md" region. + static char* misc_data_space_alloc(size_t num_bytes); }; #endif // SHARE_VM_MEMORY_METASPACESHARED_HPP