--- old/src/share/vm/utilities/debug.cpp Tue May 27 11:41:08 2014 +++ new/src/share/vm/utilities/debug.cpp Tue May 27 11:41:08 2014 @@ -263,13 +263,11 @@ void report_out_of_shared_space(SharedSpaceType shared_space) { static const char* name[] = { - "native memory for metadata", "shared read only space", "shared read write space", "shared miscellaneous data space" }; static const char* flag[] = { - "Metaspace", "SharedReadOnlySize", "SharedReadWriteSize", "SharedMiscDataSize"