--- old/src/share/vm/classfile/verifier.hpp 2014-04-29 16:52:23.000000000 -0400 +++ new/src/share/vm/classfile/verifier.hpp 2014-04-29 16:52:22.000000000 -0400 @@ -375,7 +375,7 @@ bool has_error() const { return result() != NULL; } char* exception_message() { stringStream ss; - ss.print(_message); + ss.print_raw(_message); _error_context.details(&ss, _method()); return ss.as_string(); }