mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8152632: Rename LogHandle(...) to Log(...)
Reviewed-by: brutisso, mlarsson, rprotacio
This commit is contained in:
parent
ff771a6686
commit
15c4140ae5
49 changed files with 138 additions and 138 deletions
|
@ -54,7 +54,7 @@ void ThreadShadow::set_pending_exception(oop exception, const char* file, int li
|
|||
void ThreadShadow::clear_pending_exception() {
|
||||
if (_pending_exception != NULL && log_is_enabled(Debug, exceptions)) {
|
||||
ResourceMark rm;
|
||||
outputStream* logst = LogHandle(exceptions)::debug_stream();
|
||||
outputStream* logst = Log(exceptions)::debug_stream();
|
||||
logst->print("Thread::clear_pending_exception: cleared exception:");
|
||||
_pending_exception->print_on(logst);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue