src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File 8145235.02 Sdiff src/share/vm/logging

src/share/vm/logging/logTag.hpp

Print this page




  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 #ifndef SHARE_VM_LOGGING_LOGTAG_HPP
  25 #define SHARE_VM_LOGGING_LOGTAG_HPP
  26 
  27 #include "logging/logTag_ext.hpp"
  28 #include "memory/allocation.hpp"
  29 #include "utilities/globalDefinitions.hpp"
  30 
  31 // List of available logging tags. New tags should be added here.
  32 // (The tags 'all', 'disable' and 'help' are special tags that can
  33 // not be used in log calls, and should not be listed below.)
  34 #define LOG_TAG_LIST \
  35   LOG_TAG(alloc) \
  36   LOG_TAG(age) \

  37   LOG_TAG(barrier) \
  38   LOG_TAG(biasedlocking) \
  39   LOG_TAG(bot) \
  40   LOG_TAG(census) \
  41   LOG_TAG(classhisto) \
  42   LOG_TAG(classresolve) \
  43   LOG_TAG(classinit) \
  44   LOG_TAG(classload) /* Trace all classes loaded */ \
  45   LOG_TAG(classloaderdata) /* class loader loader_data lifetime */ \
  46   LOG_TAG(classunload) /* Trace unloading of classes */ \
  47   LOG_TAG(classpath) \
  48   LOG_TAG(compaction) \
  49   LOG_TAG(cpu) \
  50   LOG_TAG(cset) \
  51   LOG_TAG(defaultmethods) \
  52   LOG_TAG(ergo) \
  53   LOG_TAG(exceptions) \
  54   LOG_TAG(exit) \
  55   LOG_TAG(freelist) \
  56   LOG_TAG(gc) \




  17  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  18  *
  19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  20  * or visit www.oracle.com if you need additional information or have any
  21  * questions.
  22  *
  23  */
  24 #ifndef SHARE_VM_LOGGING_LOGTAG_HPP
  25 #define SHARE_VM_LOGGING_LOGTAG_HPP
  26 
  27 #include "logging/logTag_ext.hpp"
  28 #include "memory/allocation.hpp"
  29 #include "utilities/globalDefinitions.hpp"
  30 
  31 // List of available logging tags. New tags should be added here.
  32 // (The tags 'all', 'disable' and 'help' are special tags that can
  33 // not be used in log calls, and should not be listed below.)
  34 #define LOG_TAG_LIST \
  35   LOG_TAG(alloc) \
  36   LOG_TAG(age) \
  37   LOG_TAG(arguments) \
  38   LOG_TAG(barrier) \
  39   LOG_TAG(biasedlocking) \
  40   LOG_TAG(bot) \
  41   LOG_TAG(census) \
  42   LOG_TAG(classhisto) \
  43   LOG_TAG(classresolve) \
  44   LOG_TAG(classinit) \
  45   LOG_TAG(classload) /* Trace all classes loaded */ \
  46   LOG_TAG(classloaderdata) /* class loader loader_data lifetime */ \
  47   LOG_TAG(classunload) /* Trace unloading of classes */ \
  48   LOG_TAG(classpath) \
  49   LOG_TAG(compaction) \
  50   LOG_TAG(cpu) \
  51   LOG_TAG(cset) \
  52   LOG_TAG(defaultmethods) \
  53   LOG_TAG(ergo) \
  54   LOG_TAG(exceptions) \
  55   LOG_TAG(exit) \
  56   LOG_TAG(freelist) \
  57   LOG_TAG(gc) \


src/share/vm/logging/logTag.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File