hotspot/src/share/vm/logging/logOutputList.hpp
changeset 40655 9f644073d3a0
parent 38263 a7488329ad27
child 40656 d4964c292b78
equal deleted inserted replaced
40654:d4f8e348420a 40655:9f644073d3a0
     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.
    24 #ifndef SHARE_VM_LOGGING_LOGOUTPUTLIST_HPP
    24 #ifndef SHARE_VM_LOGGING_LOGOUTPUTLIST_HPP
    25 #define SHARE_VM_LOGGING_LOGOUTPUTLIST_HPP
    25 #define SHARE_VM_LOGGING_LOGOUTPUTLIST_HPP
    26 
    26 
    27 #include "logging/logLevel.hpp"
    27 #include "logging/logLevel.hpp"
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "runtime/atomic.hpp"
       
    30 #include "utilities/globalDefinitions.hpp"
    29 #include "utilities/globalDefinitions.hpp"
    31 
    30 
    32 class LogOutput;
    31 class LogOutput;
    33 
    32 
    34 // Data structure to keep track of log outputs for a given tagset.
    33 // Data structure to keep track of log outputs for a given tagset.