Home
last modified time | relevance | path

Searched refs:_vm_thread (Results 1 – 25 of 37) sorted by relevance

12

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/jfr/leakprofiler/
H A DemitEventOperation.cpp85 _vm_thread = VMThread::vm_thread(); in doit()
86 assert(_vm_thread == Thread::current(), "invariant"); in doit()
87 _vm_thread_local = _vm_thread->jfr_thread_local(); in doit()
89 assert(_vm_thread->jfr_thread_local()->thread_id() == JFR_THREAD_ID(_vm_thread), "invariant"); in doit()
150 assert(_vm_thread != NULL, "invariant"); in write_events()
156 assert(_vm_thread_local->thread_id() == JFR_THREAD_ID(_vm_thread), "invariant"); in write_events()
174 assert(_vm_thread_local->thread_id() == JFR_THREAD_ID(_vm_thread), "invariant"); in write_events()
178 ObjectSampleCheckpoint::write(edge_store, _emit_all, _vm_thread); in write_events()
H A DemitEventOperation.hpp42 VMThread* _vm_thread; member in EmitEventOperation
53 _vm_thread(NULL), in EmitEventOperation()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.hpp87 VMThread* _vm_thread; member in ThreadRootsTask
89 ThreadRootsTask(JavaThread* root) : _java_thread(root), _vm_thread(NULL) {} in ThreadRootsTask()
90 ThreadRootsTask(VMThread* root) : _java_thread(NULL), _vm_thread(root) {} in ThreadRootsTask()
H A DpcTasks.hpp71 VMThread* _vm_thread; member in ThreadRootsMarkingTask
73 ThreadRootsMarkingTask(JavaThread* root) : _java_thread(root), _vm_thread(NULL) {} in ThreadRootsMarkingTask()
74 ThreadRootsMarkingTask(VMThread* root) : _java_thread(NULL), _vm_thread(root) {} in ThreadRootsMarkingTask()
H A DpsTasks.cpp131 if (_vm_thread != NULL) in do_it()
132 _vm_thread->oops_do(&roots_closure, roots_from_clds, &roots_in_blobs); in do_it()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsTasks.hpp87 VMThread* _vm_thread; member in ThreadRootsTask
89 ThreadRootsTask(JavaThread* root) : _java_thread(root), _vm_thread(NULL) {} in ThreadRootsTask()
90 ThreadRootsTask(VMThread* root) : _java_thread(NULL), _vm_thread(root) {} in ThreadRootsTask()
H A DpcTasks.hpp71 VMThread* _vm_thread; member in ThreadRootsMarkingTask
73 ThreadRootsMarkingTask(JavaThread* root) : _java_thread(root), _vm_thread(NULL) {} in ThreadRootsMarkingTask()
74 ThreadRootsMarkingTask(VMThread* root) : _java_thread(NULL), _vm_thread(root) {} in ThreadRootsMarkingTask()
H A DpsTasks.cpp131 if (_vm_thread != NULL) in do_it()
132 _vm_thread->oops_do(&roots_closure, roots_from_clds, &roots_in_blobs); in do_it()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/runtime/
H A DvmThread.cpp88 VMThread* VMThread::_vm_thread = NULL; member in VMThread
97 _vm_thread = new VMThread(); in create()
131 _vm_thread = NULL; // VM thread is gone in destroy()
467 SafepointSynchronize::init(_vm_thread); in loop()
471 cleanup_op.set_calling_thread(_vm_thread); in loop()
472 safepointALot_op.set_calling_thread(_vm_thread); in loop()
H A DvmThread.hpp114 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
140 static VMThread* _vm_thread; member in VMThread
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/runtime/
H A DvmThread.cpp91 VMThread* VMThread::_vm_thread = NULL; member in VMThread
100 _vm_thread = new VMThread(); in create()
134 _vm_thread = NULL; // VM thread is gone in destroy()
470 SafepointSynchronize::init(_vm_thread); in loop()
474 cleanup_op.set_calling_thread(_vm_thread); in loop()
475 safepointALot_op.set_calling_thread(_vm_thread); in loop()
H A DvmThread.hpp115 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
141 static VMThread* _vm_thread; member in VMThread
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/runtime/
H A DvmThread.hpp154 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
174 static VMThread* _vm_thread; member in VMThread
H A DvmThread.cpp198 VMThread* VMThread::_vm_thread = NULL; member in VMThread
208 _vm_thread = new VMThread(); in create()
246 _vm_thread = NULL; // VM thread is gone in destroy()
435 SafepointSynchronize::init(_vm_thread); in loop()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DvmThread.hpp129 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
155 static VMThread* _vm_thread; member in VMThread
H A DvmThread.cpp216 VMThread* VMThread::_vm_thread = NULL; member in VMThread
224 _vm_thread = new VMThread(); in create()
247 if (_vm_thread != NULL) { in destroy()
248 delete _vm_thread; in destroy()
249 _vm_thread = NULL; // VM thread is gone in destroy()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/runtime/
H A DvmThread.hpp129 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
155 static VMThread* _vm_thread; member in VMThread
H A DvmThread.cpp216 VMThread* VMThread::_vm_thread = NULL; member in VMThread
224 _vm_thread = new VMThread(); in create()
247 if (_vm_thread != NULL) { in destroy()
248 delete _vm_thread; in destroy()
249 _vm_thread = NULL; // VM thread is gone in destroy()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvmThread.hpp163 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
186 static VMThread* _vm_thread; member in VMThread
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/runtime/
H A DvmThread.hpp161 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
184 static VMThread* _vm_thread; member in VMThread
H A DvmThread.cpp224 VMThread* VMThread::_vm_thread = NULL; member in VMThread
234 _vm_thread = new VMThread(); in create()
272 _vm_thread = NULL; // VM thread is gone in destroy()
466 SafepointSynchronize::init(_vm_thread); in loop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/runtime/
H A DvmThread.hpp163 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
186 static VMThread* _vm_thread; member in VMThread
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/runtime/
H A DvmThread.hpp163 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
186 static VMThread* _vm_thread; member in VMThread
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/runtime/
H A DvmThread.hpp166 static VMThread* vm_thread() { return _vm_thread; } in vm_thread()
189 static VMThread* _vm_thread; member in VMThread
H A DvmThread.cpp222 VMThread* VMThread::_vm_thread = NULL; member in VMThread
232 _vm_thread = new VMThread(); in create()
270 _vm_thread = NULL; // VM thread is gone in destroy()
457 SafepointSynchronize::init(_vm_thread); in loop()

12