8224487: outputStream should not be copyable

Reviewed-by: kbarrett, coleenp
This commit is contained in:
Thomas Stuefe 2019-05-22 07:10:54 +02:00
parent b1de49766f
commit 2257bae7a2
11 changed files with 22 additions and 21 deletions

View file

@ -311,7 +311,7 @@ JRT_ENTRY_NO_ASYNC(static address, exception_handler_for_pc_helper(JavaThread* t
tempst.print("compiled method <%s>\n"
" at PC" INTPTR_FORMAT " for thread " INTPTR_FORMAT,
cm->method()->print_value_string(), p2i(pc), p2i(thread));
Exceptions::log_exception(exception, tempst);
Exceptions::log_exception(exception, tempst.as_string());
}
// for AbortVMOnException flag
NOT_PRODUCT(Exceptions::debug_check_abort(exception));