src/share/vm/services/attachListener.hpp

changeset 9313
fd0ca2c1433b
parent 5412
2e8f19c2feef
child 9448
73d689add964
equal deleted inserted replaced
9312:9d85c3e90648 9313:fd0ca2c1433b
92 static void pd_data_dump(); 92 static void pd_data_dump();
93 93
94 // dequeue the next operation 94 // dequeue the next operation
95 static AttachOperation* dequeue(); 95 static AttachOperation* dequeue();
96 #endif // !INCLUDE_SERVICES 96 #endif // !INCLUDE_SERVICES
97
98 private:
99 static bool has_init_error(TRAPS);
97 }; 100 };
98 101
99 #if INCLUDE_SERVICES 102 #if INCLUDE_SERVICES
100 class AttachOperation: public CHeapObj<mtInternal> { 103 class AttachOperation: public CHeapObj<mtInternal> {
101 public: 104 public:

mercurial