< prev index next >

src/share/vm/logging/logTagSet.hpp

Print this page
rev 11119 : [mq]: 8146948

@@ -58,10 +58,13 @@
 
   template <LogTagType T0, LogTagType T1, LogTagType T2, LogTagType T3, LogTagType T4, LogTagType GuardTag>
   friend class LogTagSetMapping;
 
  public:
+  static void describe_tagsets(outputStream* out);
+  static void list_all_tagsets(outputStream* out);
+
   static LogTagSet* first() {
     return _list;
   }
 
   static size_t ntagsets() {
< prev index next >