--- old/src/share/vm/memory/metaspaceShared.hpp 2015-10-29 21:53:08.397698844 -0700 +++ new/src/share/vm/memory/metaspaceShared.hpp 2015-10-29 21:53:08.293694917 -0700 @@ -160,5 +160,8 @@ 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