comparison src/share/vm/services/attachListener.hpp @ 8003:3c9bc17b9403

Merge
author bpittore
date Thu, 07 Feb 2013 16:05:48 -0500
parents 8b46b0196eb0 db9981fd3124
children 2e8f19c2feef
comparison
equal deleted inserted replaced
7989:454d7cc622ab 8003: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