hotspot/src/share/vm/logging/logOutput.cpp
changeset 46560 388aa8d67c80
parent 42067 34b99c8faa51
equal deleted inserted replaced
46557:eb30f7891bae 46560:388aa8d67c80
     1 /*
     1 /*
     2  * Copyright (c) 2015, 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.
    24 #include "precompiled.hpp"
    24 #include "precompiled.hpp"
    25 #include "logging/logFileStreamOutput.hpp"
    25 #include "logging/logFileStreamOutput.hpp"
    26 #include "logging/logOutput.hpp"
    26 #include "logging/logOutput.hpp"
    27 #include "logging/logTagSet.hpp"
    27 #include "logging/logTagSet.hpp"
    28 #include "memory/allocation.inline.hpp"
    28 #include "memory/allocation.inline.hpp"
       
    29 #include "prims/jvm.h"
    29 #include "runtime/mutexLocker.hpp"
    30 #include "runtime/mutexLocker.hpp"
    30 #include "runtime/os.inline.hpp"
    31 #include "runtime/os.inline.hpp"
    31 
    32 
    32 LogOutput::~LogOutput() {
    33 LogOutput::~LogOutput() {
    33   os::free(_config_string);
    34   os::free(_config_string);