src/share/vm/services/attachListener.hpp

changeset 4544
3c9bc17b9403
parent 4492
8b46b0196eb0
parent 4542
db9981fd3124
child 5412
2e8f19c2feef
equal deleted inserted replaced
4530:454d7cc622ab 4544:3c9bc17b9403
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