hotspot/src/share/vm/logging/logTag.hpp
changeset 35917 463d67f86eaa
parent 35884 ec439aaca107
child 35925 50501d0d9b2e
equal deleted inserted replaced
35912:679f5181ef91 35917:463d67f86eaa
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    37   LOG_TAG(bot) \
    37   LOG_TAG(bot) \
    38   LOG_TAG(census) \
    38   LOG_TAG(census) \
    39   LOG_TAG(classhisto) \
    39   LOG_TAG(classhisto) \
    40   LOG_TAG(classresolve) \
    40   LOG_TAG(classresolve) \
    41   LOG_TAG(classinit) \
    41   LOG_TAG(classinit) \
       
    42   LOG_TAG(classload) /* Trace all classes loaded */ \
       
    43   LOG_TAG(classloaderdata) /* class loader loader_data lifetime */ \
       
    44   LOG_TAG(classunload) /* Trace unloading of classes */ \
    42   LOG_TAG(comp) \
    45   LOG_TAG(comp) \
    43   LOG_TAG(compaction) \
    46   LOG_TAG(compaction) \
    44   LOG_TAG(cpu) \
    47   LOG_TAG(cpu) \
    45   LOG_TAG(cset) \
    48   LOG_TAG(cset) \
    46   LOG_TAG(defaultmethods) \
    49   LOG_TAG(defaultmethods) \