--- old/src/share/vm/services/attachListener.hpp 2013-12-27 13:47:27.877737000 -0500 +++ new/src/share/vm/services/attachListener.hpp 2013-12-27 13:47:27.392186000 -0500 @@ -94,6 +94,9 @@ // dequeue the next operation static AttachOperation* dequeue(); #endif // !INCLUDE_SERVICES + + private: + static bool init_error(TRAPS); }; #if INCLUDE_SERVICES