src/share/vm/logging/logTag.hpp

Print this page
rev 9502 : imported patch 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) \
   LOG_TAG(safepoint) \
   LOG_TAG(vmoperation)