--- old/src/share/vm/utilities/xmlstream.cpp 2014-03-25 14:56:12.631035653 +0100 +++ new/src/share/vm/utilities/xmlstream.cpp 2014-03-25 14:56:12.449187477 +0100 @@ -398,8 +398,7 @@ void xmlStream::method_text(methodHandle method) { assert_if_no_error(inside_attrs(), "printing attributes"); if (method.is_null()) return; - //method->print_short_name(text()); - method->method_holder()->name()->print_symbol_on(text()); + text()->print(method->method_holder()->external_name()); print_raw(" "); // " " is easier for tools to parse than "::" method->name()->print_symbol_on(text()); print_raw(" "); // separator