hotspot/src/share/vm/logging/logTag.hpp
changeset 46405 17ab5460b2cb
parent 46270 2e7898927798
child 46458 3c12af929e7d
equal deleted inserted replaced
46403:f2b91b928476 46405:17ab5460b2cb
     1 /*
     1 /*
     2  * Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2017, 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.
    55   LOG_TAG(constantpool) \
    55   LOG_TAG(constantpool) \
    56   LOG_TAG(coops) \
    56   LOG_TAG(coops) \
    57   LOG_TAG(cpu) \
    57   LOG_TAG(cpu) \
    58   LOG_TAG(cset) \
    58   LOG_TAG(cset) \
    59   LOG_TAG(data) \
    59   LOG_TAG(data) \
       
    60   LOG_TAG(datacreation) \
    60   LOG_TAG(defaultmethods) \
    61   LOG_TAG(defaultmethods) \
    61   LOG_TAG(dump) \
    62   LOG_TAG(dump) \
    62   LOG_TAG(ergo) \
    63   LOG_TAG(ergo) \
    63   LOG_TAG(exceptions) \
    64   LOG_TAG(exceptions) \
    64   LOG_TAG(exit) \
    65   LOG_TAG(exit) \
    80   LOG_TAG(load) /* Trace all classes loaded */ \
    81   LOG_TAG(load) /* Trace all classes loaded */ \
    81   LOG_TAG(loader) \
    82   LOG_TAG(loader) \
    82   LOG_TAG(logging) \
    83   LOG_TAG(logging) \
    83   LOG_TAG(mark) \
    84   LOG_TAG(mark) \
    84   LOG_TAG(marking) \
    85   LOG_TAG(marking) \
       
    86   LOG_TAG(memops) \
    85   LOG_TAG(methodcomparator) \
    87   LOG_TAG(methodcomparator) \
    86   LOG_TAG(metadata) \
    88   LOG_TAG(metadata) \
    87   LOG_TAG(metaspace) \
    89   LOG_TAG(metaspace) \
    88   LOG_TAG(mmu) \
    90   LOG_TAG(mmu) \
    89   LOG_TAG(modules) \
    91   LOG_TAG(modules) \
    96   LOG_TAG(oopmap) \
    98   LOG_TAG(oopmap) \
    97   LOG_TAG(os) \
    99   LOG_TAG(os) \
    98   LOG_TAG(pagesize) \
   100   LOG_TAG(pagesize) \
    99   LOG_TAG(patch) \
   101   LOG_TAG(patch) \
   100   LOG_TAG(path) \
   102   LOG_TAG(path) \
       
   103   LOG_TAG(perf) \
   101   LOG_TAG(phases) \
   104   LOG_TAG(phases) \
   102   LOG_TAG(plab) \
   105   LOG_TAG(plab) \
   103   LOG_TAG(promotion) \
   106   LOG_TAG(promotion) \
   104   LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
   107   LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
   105   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
   108   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \