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
|
@ -465,7 +465,7 @@ void before_exit(JavaThread* thread) {
|
|||
Universe::heap()->stop();
|
||||
|
||||
// Print GC/heap related information.
|
||||
LogHandle(gc, heap, exit) log;
|
||||
Log(gc, heap, exit) log;
|
||||
if (log.is_info()) {
|
||||
ResourceMark rm;
|
||||
Universe::print_on(log.info_stream());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue