8224750: Display thread once in Internal exceptions event log lines
Reviewed-by: mdoerr
This commit is contained in:
parent
4e38fb3c5f
commit
c8d5c2961e
@ -127,7 +127,7 @@ void ExceptionsEventLog::log(Thread* thread, Handle h_exception, const char* mes
|
||||
st.print("Exception <");
|
||||
h_exception->print_value_on(&st);
|
||||
st.print("%s%s> (" INTPTR_FORMAT ") \n"
|
||||
"thrown [%s, line %d]\nfor thread " INTPTR_FORMAT,
|
||||
"thrown [%s, line %d]",
|
||||
message ? ": " : "", message ? message : "",
|
||||
p2i(h_exception()), file, line, p2i(thread));
|
||||
p2i(h_exception()), file, line);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user