mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +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
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue