Searched refs:ServiceThread (Results 1 - 9 of 9) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DserviceThread.hpp32 class ServiceThread : public JavaThread { class in inherits:JavaThread
36 static ServiceThread* _instance;
39 ServiceThread(ThreadFunction entry_point) : JavaThread(entry_point) {}; function in class:ServiceThread
H A DserviceThread.cpp33 ServiceThread* ServiceThread::_instance = NULL;
35 void ServiceThread::initialize() {
59 ServiceThread* thread = new ServiceThread(&service_thread_entry);
81 void ServiceThread::service_thread_entry(JavaThread* jt, TRAPS) {
93 // suspend-equivalent because ServiceThread is not visible to
126 bool ServiceThread::is_service_thread(Thread* thread) {
H A DvmStructs.cpp1580 declare_type(ServiceThread, JavaThread) \
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DServiceThread.java32 public class ServiceThread extends JavaThread { class in inherits:JavaThread
33 public ServiceThread(Address addr) { method in class:ServiceThread
H A DThreads.java127 virtualConstructor.addMapping("ServiceThread", ServiceThread.class);
134 JvmtiAgentThread, and ServiceThread.
163 " (expected type JavaThread, CompilerThread, ServiceThread, JvmtiAgentThread, or SurrogateLockerThread)", e);
/openjdk7/hotspot/src/share/vm/services/
H A DgcNotifier.hpp57 friend class ServiceThread;
H A DlowMemoryDetector.hpp215 friend class ServiceThread;
H A Dmanagement.cpp128 ServiceThread::initialize();
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp904 // Keep the nmethod alive until the ServiceThread can process
916 // Keep the nmethod alive until the ServiceThread can process
939 assert(ServiceThread::is_service_thread(Thread::current()),

Completed in 261 milliseconds