hotspot/src/share/vm/classfile/systemDictionary.cpp
changeset 38151 fffedc5e5cf8
parent 37296 613278eb2a1e
child 38658 34f9c45625d8
--- a/hotspot/src/share/vm/classfile/systemDictionary.cpp	Fri Apr 29 18:55:41 2016 +0000
+++ b/hotspot/src/share/vm/classfile/systemDictionary.cpp	Fri Apr 29 22:40:51 2016 -0400
@@ -1388,12 +1388,12 @@
       ik->restore_unshareable_info(loader_data, protection_domain, CHECK_(nh));
     }
 
-    if (log_is_enabled(Info, classload)) {
+    if (log_is_enabled(Info, class, load)) {
       ik()->print_loading_log(LogLevel::Info, loader_data, NULL, NULL);
     }
     // No 'else' here as logging levels are not mutually exclusive
 
-    if (log_is_enabled(Debug, classload)) {
+    if (log_is_enabled(Debug, class, load)) {
       ik()->print_loading_log(LogLevel::Debug, loader_data, NULL, NULL);
     }