src/hotspot/share/logging/logStream.hpp
changeset 53244 9807daeb47c4
parent 49961 7379e6f906ae
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
     1 /*
     1 /*
     2  * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2016, 2019, 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.
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #ifndef SHARE_VM_LOGGING_LOGSTREAM_HPP
    25 #ifndef SHARE_LOGGING_LOGSTREAM_HPP
    26 #define SHARE_VM_LOGGING_LOGSTREAM_HPP
    26 #define SHARE_LOGGING_LOGSTREAM_HPP
    27 
    27 
    28 #include "logging/log.hpp"
    28 #include "logging/log.hpp"
    29 #include "logging/logHandle.hpp"
    29 #include "logging/logHandle.hpp"
    30 #include "memory/resourceArea.hpp"
    30 #include "memory/resourceArea.hpp"
    31 #include "utilities/ostream.hpp"
    31 #include "utilities/ostream.hpp"
   103 class LogStreamTemplate : public LogStream {
   103 class LogStreamTemplate : public LogStream {
   104 public:
   104 public:
   105   LogStreamTemplate() : LogStream((LogTargetImpl<level, T0, T1, T2, T3, T4, GuardTag>*)NULL) {}
   105   LogStreamTemplate() : LogStream((LogTargetImpl<level, T0, T1, T2, T3, T4, GuardTag>*)NULL) {}
   106 };
   106 };
   107 
   107 
   108 #endif // SHARE_VM_LOGGING_LOGSTREAM_HPP
   108 #endif // SHARE_LOGGING_LOGSTREAM_HPP