src/share/vm/services/attachListener.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/services/attachListener.hpp	Fri Dec 27 13:47:27 2013
--- new/src/share/vm/services/attachListener.hpp	Fri Dec 27 13:47:27 2013

*** 92,101 **** --- 92,104 ---- static void pd_data_dump(); // dequeue the next operation static AttachOperation* dequeue(); #endif // !INCLUDE_SERVICES + + private: + static bool init_error(TRAPS); }; #if INCLUDE_SERVICES class AttachOperation: public CHeapObj<mtInternal> { public:

src/share/vm/services/attachListener.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File