src/share/vm/services/attachListener.hpp

changeset 3900
d2a62e0f25eb
parent 2708
1d1603768966
child 4153
b9a9ed0f8eeb
child 4165
fb19af007ffc
equal deleted inserted replaced
3877:74533f63b116 3900:d2a62e0f25eb
96 static AttachOperation* dequeue(); 96 static AttachOperation* dequeue();
97 #endif // SERVICES_KERNEL 97 #endif // SERVICES_KERNEL
98 }; 98 };
99 99
100 #ifndef SERVICES_KERNEL 100 #ifndef SERVICES_KERNEL
101 class AttachOperation: public CHeapObj { 101 class AttachOperation: public CHeapObj<mtInternal> {
102 public: 102 public:
103 enum { 103 enum {
104 name_length_max = 16, // maximum length of name 104 name_length_max = 16, // maximum length of name
105 arg_length_max = 1024, // maximum length of argument 105 arg_length_max = 1024, // maximum length of argument
106 arg_count_max = 3 // maximum number of arguments 106 arg_count_max = 3 // maximum number of arguments

mercurial