--- old/src/share/vm/utilities/debug.hpp 2014-12-19 10:02:46.552246562 -0800 +++ new/src/share/vm/utilities/debug.hpp 2014-12-19 10:02:46.417237179 -0800 @@ -251,6 +251,8 @@ void report_out_of_shared_space(SharedSpaceType space_type); +void report_insufficient_metaspace(uintx required_size); + // out of memory reporting void report_java_out_of_memory(const char* message);