hotspot/src/share/vm/services/attachListener.hpp
changeset 15482 470d0b0c09f1
parent 13977 92de166c91b3
child 15484 7395ace8a11a
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    26 #define SHARE_VM_SERVICES_ATTACHLISTENER_HPP
    26 #define SHARE_VM_SERVICES_ATTACHLISTENER_HPP
    27 
    27 
    28 #include "memory/allocation.hpp"
    28 #include "memory/allocation.hpp"
    29 #include "utilities/debug.hpp"
    29 #include "utilities/debug.hpp"
    30 #include "utilities/ostream.hpp"
    30 #include "utilities/ostream.hpp"
       
    31 #include "utilities/macros.hpp"
    31 
    32 
    32 // The AttachListener thread services a queue of operations that are enqueued
    33 // The AttachListener thread services a queue of operations that are enqueued
    33 // by client tools. Each operation is identified by a name and has up to 3
    34 // by client tools. Each operation is identified by a name and has up to 3
    34 // arguments. The operation name is mapped to a function which performs the
    35 // arguments. The operation name is mapped to a function which performs the
    35 // operation. The function is called with an outputStream which is can use to
    36 // operation. The function is called with an outputStream which is can use to