hotspot/src/share/vm/logging/logPrefix.hpp
changeset 37123 bf4f064a10a8
parent 37085 53ccf09a724f
child 37146 209e0fe518bb
equal deleted inserted replaced
37122:5318124fe3a8 37123:bf4f064a10a8
     1 /*
     1 /*
     2  * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2015, 2016, 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.
    54   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, heap)) \
    54   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, heap)) \
    55   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, heap, region)) \
    55   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, heap, region)) \
    56   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, freelist)) \
    56   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, freelist)) \
    57   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, ihop)) \
    57   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, ihop)) \
    58   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, liveness)) \
    58   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, liveness)) \
       
    59   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, marking)) \
    59   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, metaspace)) \
    60   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, metaspace)) \
    60   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, phases)) \
    61   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, phases)) \
    61   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, phases, start)) \
    62   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, phases, start)) \
    62   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, phases, task)) \
    63   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, phases, task)) \
    63   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, plab)) \
    64   LOG_PREFIX(GCId::print_prefix, LOG_TAGS(gc, plab)) \