mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +02:00
8224487: outputStream should not be copyable
Reviewed-by: kbarrett, coleenp
This commit is contained in:
parent
b1de49766f
commit
2257bae7a2
11 changed files with 22 additions and 21 deletions
|
@ -543,7 +543,7 @@ JRT_ENTRY(address, InterpreterRuntime::exception_handler_for_exception(JavaThrea
|
|||
tempst.print("interpreter method <%s>\n"
|
||||
" at bci %d for thread " INTPTR_FORMAT " (%s)",
|
||||
h_method->print_value_string(), current_bci, p2i(thread), thread->name());
|
||||
Exceptions::log_exception(h_exception, tempst);
|
||||
Exceptions::log_exception(h_exception, tempst.as_string());
|
||||
}
|
||||
// Don't go paging in something which won't be used.
|
||||
// else if (extable->length() == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue