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

src/share/vm/services/attachListener.hpp

Print this page

        

*** 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