src/hotspot/os/bsd/attachListener_bsd.cpp
changeset 49593 4dd58ecc9912
parent 49449 ef5d5d343e2a
child 49742 1196aa0be8be
equal deleted inserted replaced
49592:77fb0be7d19f 49593:4dd58ecc9912
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2014, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2018, 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.
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "precompiled.hpp"
    25 #include "precompiled.hpp"
       
    26 #include "logging/log.hpp"
    26 #include "runtime/interfaceSupport.inline.hpp"
    27 #include "runtime/interfaceSupport.inline.hpp"
    27 #include "runtime/os.inline.hpp"
    28 #include "runtime/os.inline.hpp"
    28 #include "services/attachListener.hpp"
    29 #include "services/attachListener.hpp"
    29 #include "services/dtraceAttacher.hpp"
    30 #include "services/dtraceAttacher.hpp"
    30 
    31