< prev index next >

src/hotspot/share/logging/logTag.hpp

Print this page
rev 49619 : JEP 328 : Flight Recorder open source preview

@@ -153,10 +153,18 @@
   LOG_TAG(verify) \
   LOG_TAG(vmoperation) \
   LOG_TAG(vmthread) \
   LOG_TAG(vtables) \
   LOG_TAG(workgang) \
+  LOG_TAG(jfr) \
+  LOG_TAG(system) \
+  LOG_TAG(parser) \
+  LOG_TAG(bytecode) \
+  LOG_TAG(setting) \
+  LOG_TAG(oldobject) \
+  LOG_TAG(sampling) \
+  LOG_TAG(event)
   LOG_TAG_LIST_EXT
 
 #define PREFIX_LOG_TAG(T) (LogTag::_##T)
 
 // Expand a set of log tags to their prefixed names.
< prev index next >