mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 23:04:50 +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
|
@ -405,7 +405,7 @@ void GCTaskManager::initialize() {
|
|||
for (uint t = 0; t < workers(); t += 1) {
|
||||
set_thread(t, GCTaskThread::create(this, t, processor_assignment[t]));
|
||||
}
|
||||
LogHandle(gc, task, thread) log;
|
||||
Log(gc, task, thread) log;
|
||||
if (log.is_trace()) {
|
||||
ResourceMark rm;
|
||||
outputStream* out = log.trace_stream();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue