src/share/vm/services/attachListener.hpp

changeset 4542
db9981fd3124
parent 4167
9855b7e559ae
child 4544
3c9bc17b9403
equal deleted inserted replaced
4461:46e60405583b 4542:db9981fd3124
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

mercurial