mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +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
|
@ -242,7 +242,7 @@ size_t ThreadLocalAllocBuffer::initial_desired_size() {
|
|||
}
|
||||
|
||||
void ThreadLocalAllocBuffer::print_stats(const char* tag) {
|
||||
LogHandle(gc, tlab) log;
|
||||
Log(gc, tlab) log;
|
||||
if (!log.is_trace()) {
|
||||
return;
|
||||
}
|
||||
|
@ -385,7 +385,7 @@ void GlobalTLABStats::publish() {
|
|||
}
|
||||
|
||||
void GlobalTLABStats::print() {
|
||||
LogHandle(gc, tlab) log;
|
||||
Log(gc, tlab) log;
|
||||
if (!log.is_debug()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue