< prev index next >

src/hotspot/share/logging/logTag.hpp

Print this page
rev 53140 : [mq]: new_allocator
   1 /*
   2  * Copyright (c) 2015, 2018, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   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
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  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  *


 116   LOG_TAG(oopstorage) \
 117   LOG_TAG(os) \
 118   LOG_TAG(pagesize) \
 119   LOG_TAG(patch) \
 120   LOG_TAG(path) \
 121   LOG_TAG(perf) \
 122   LOG_TAG(periodic) \
 123   LOG_TAG(phases) \
 124   LOG_TAG(plab) \
 125   LOG_TAG(preview)   /* Trace loading of preview feature types */ \
 126   LOG_TAG(promotion) \
 127   LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
 128   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
 129   LOG_TAG(ref) \
 130   LOG_TAG(redefine) \
 131   LOG_TAG(refine) \
 132   LOG_TAG(region) \
 133   LOG_TAG(reloc) \
 134   LOG_TAG(remset) \
 135   LOG_TAG(parser) \

 136   LOG_TAG(purge) \
 137   LOG_TAG(resolve) \
 138   LOG_TAG(safepoint) \
 139   LOG_TAG(sampling) \
 140   LOG_TAG(scavenge) \
 141   LOG_TAG(setting) \
 142   LOG_TAG(smr) \
 143   LOG_TAG(stacktrace) \
 144   LOG_TAG(stackwalk) \
 145   LOG_TAG(start) \
 146   LOG_TAG(startuptime) \
 147   LOG_TAG(state) \
 148   LOG_TAG(stats) \
 149   LOG_TAG(stringdedup) \
 150   LOG_TAG(stringtable) \
 151   LOG_TAG(symboltable) \
 152   LOG_TAG(stackmap) \
 153   LOG_TAG(subclass) \
 154   LOG_TAG(survivor) \
 155   LOG_TAG(sweep) \


   1 /*
   2  * Copyright (c) 2015, 2019, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   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
   7  * published by the Free Software Foundation.
   8  *
   9  * This code is distributed in the hope that it will be useful, but WITHOUT
  10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  11  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  12  * version 2 for more details (a copy is included in the LICENSE file that
  13  * accompanied this code).
  14  *
  15  * You should have received a copy of the GNU General Public License version
  16  * 2 along with this work; if not, write to the Free Software Foundation,
  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  *


 116   LOG_TAG(oopstorage) \
 117   LOG_TAG(os) \
 118   LOG_TAG(pagesize) \
 119   LOG_TAG(patch) \
 120   LOG_TAG(path) \
 121   LOG_TAG(perf) \
 122   LOG_TAG(periodic) \
 123   LOG_TAG(phases) \
 124   LOG_TAG(plab) \
 125   LOG_TAG(preview)   /* Trace loading of preview feature types */ \
 126   LOG_TAG(promotion) \
 127   LOG_TAG(preorder) /* Trace all classes loaded in order referenced (not loaded) */ \
 128   LOG_TAG(protectiondomain) /* "Trace protection domain verification" */ \
 129   LOG_TAG(ref) \
 130   LOG_TAG(redefine) \
 131   LOG_TAG(refine) \
 132   LOG_TAG(region) \
 133   LOG_TAG(reloc) \
 134   LOG_TAG(remset) \
 135   LOG_TAG(parser) \
 136   LOG_TAG(ptrqueue) \
 137   LOG_TAG(purge) \
 138   LOG_TAG(resolve) \
 139   LOG_TAG(safepoint) \
 140   LOG_TAG(sampling) \
 141   LOG_TAG(scavenge) \
 142   LOG_TAG(setting) \
 143   LOG_TAG(smr) \
 144   LOG_TAG(stacktrace) \
 145   LOG_TAG(stackwalk) \
 146   LOG_TAG(start) \
 147   LOG_TAG(startuptime) \
 148   LOG_TAG(state) \
 149   LOG_TAG(stats) \
 150   LOG_TAG(stringdedup) \
 151   LOG_TAG(stringtable) \
 152   LOG_TAG(symboltable) \
 153   LOG_TAG(stackmap) \
 154   LOG_TAG(subclass) \
 155   LOG_TAG(survivor) \
 156   LOG_TAG(sweep) \


< prev index next >