8152632: Rename LogHandle(...) to Log(...)

Reviewed-by: brutisso, mlarsson, rprotacio
This commit is contained in:
Stefan Karlsson 2016-04-04 09:15:15 +02:00
parent ff771a6686
commit 15c4140ae5
49 changed files with 138 additions and 138 deletions

View file

@ -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;
}