src/share/vm/logging/logTag.hpp

Print this page
rev 9245 : [mq]: class_loading_log

@@ -29,10 +29,12 @@
 
 // List of available logging tags. New tags should be added here.
 // (The tags 'all', 'disable' and 'help' are special tags that can
 // not be used in log calls, and should not be listed below.)
 #define LOG_TAG_LIST \
+  LOG_TAG(classload) \
+  LOG_TAG(classloaderdata) \
   LOG_TAG(defaultmethods) \
   LOG_TAG(logging)
 
 #define PREFIX_LOG_TAG(T) (LogTag::T)