comparison src/share/vm/services/attachListener.hpp @ 14518:d8041d695d19

Merged with jdk9/dev/hotspot changeset 3812c088b945
author twisti
date Tue, 11 Mar 2014 18:45:59 -0700
parents 23c27f9ae1e8
children 4ca6dc0799b6
comparison
equal deleted inserted replaced
14141:f97c5ec83832 14518:d8041d695d19
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: