src/hotspot/os/aix/attachListener_aix.cpp
changeset 49593 4dd58ecc9912
parent 49449 ef5d5d343e2a
child 49742 1196aa0be8be
equal deleted inserted replaced
49592:77fb0be7d19f 49593:4dd58ecc9912
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * Copyright (c) 2012, 2016 SAP SE. All rights reserved.
     3  * Copyright (c) 2012, 2016 SAP SE. All rights reserved.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or modify it
     6  * This code is free software; you can redistribute it and/or modify it
     7  * under the terms of the GNU General Public License version 2 only, as
     7  * under the terms of the GNU General Public License version 2 only, as
    22  * questions.
    22  * questions.
    23  *
    23  *
    24  */
    24  */
    25 
    25 
    26 #include "precompiled.hpp"
    26 #include "precompiled.hpp"
       
    27 #include "logging/log.hpp"
    27 #include "runtime/interfaceSupport.inline.hpp"
    28 #include "runtime/interfaceSupport.inline.hpp"
    28 #include "runtime/os.inline.hpp"
    29 #include "runtime/os.inline.hpp"
    29 #include "services/attachListener.hpp"
    30 #include "services/attachListener.hpp"
    30 #include "services/dtraceAttacher.hpp"
    31 #include "services/dtraceAttacher.hpp"
    31 
    32