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

@ -75,7 +75,7 @@ void GCLocker::decrement_debug_jni_lock_count() {
#endif
void GCLocker::log_debug_jni(const char* msg) {
LogHandle(gc, jni) log;
Log(gc, jni) log;
if (log.is_debug()) {
ResourceMark rm; // JavaThread::name() allocates to convert to UTF8
log.debug("%s Thread \"%s\" %d locked.", msg, Thread::current()->name(), _jni_lock_count);