mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
Merge
This commit is contained in:
commit
b13cad3a3d
1 changed files with 5 additions and 3 deletions
|
@ -164,9 +164,11 @@ void Exceptions::_throw(Thread* thread, const char* file, int line, Handle h_exc
|
|||
thread->set_pending_exception(h_exception(), file, line);
|
||||
|
||||
// vm log
|
||||
if (LogEvents){
|
||||
Events::log_exception(thread, "Exception <%s%s%s> (" INTPTR_FORMAT ") thrown at [%s, line %d]",
|
||||
h_exception->print_value_string(), message ? ": " : "", message ? message : "",
|
||||
(address)h_exception(), file, line);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue