comparison src/share/vm/services/attachListener.hpp @ 6275:957c266d8bc5

Merge with http://hg.openjdk.java.net/hsx/hsx24/hotspot/
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Aug 2012 10:39:19 +0200
parents d2a62e0f25eb
children b9a9ed0f8eeb fb19af007ffc
comparison
equal deleted inserted replaced
5891:fd8832ae511d 6275:957c266d8bc5
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