comparison src/share/vm/services/attachListener.hpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents 9855b7e559ae
children 3c9bc17b9403
comparison
equal deleted inserted replaced
7619:46e60405583b 8001: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