Searched refs:is_VM_thread (Results 1 - 25 of 56) sorted by relevance

123

/openjdk9/hotspot/src/share/vm/gc/cms/
H A DcmsLockVerifier.cpp55 } else if (myThread->is_VM_thread()) {
67 if (myThread->is_VM_thread()
H A DvmCMSOperations.cpp162 assert(Thread::current()->is_VM_thread(), "Should be VM thread");
199 assert(thr->is_VM_thread(), "Expected to be evaluated by VM thread");
H A DconcurrentMarkSweepThread.cpp154 assert(Thread::current()->is_VM_thread(), "Not a VM thread");
185 assert(Thread::current()->is_VM_thread(), "Not a VM thread");
/openjdk9/hotspot/src/share/vm/gc/g1/
H A DsuspendibleThreadSet.cpp93 assert(Thread::current()->is_VM_thread(), "Must be the VM thread");
128 assert(Thread::current()->is_VM_thread(), "Must be the VM thread");
H A Dg1HotCardCache.hpp125 assert(Thread::current()->is_VM_thread(), "Current thread should be the VMthread");
H A DheapRegionSet.cpp317 guarantee(Thread::current()->is_VM_thread() ||
347 guarantee(Thread::current()->is_VM_thread()
365 guarantee(Thread::current()->is_VM_thread() ||
H A Dg1CollectedHeap.hpp314 BOOL_TO_STR(Thread::current()->is_VM_thread())
326 ((_should_be_vm_thread_) == Thread::current()->is_VM_thread())), \
356 ((_should_be_vm_thread_) == Thread::current()->is_VM_thread()), \
H A DheapRegionRemSet.cpp758 (_m.owned_by_self() || Thread::current()->is_VM_thread()))),
759 "not safely locked. CodeCache_lock->owned_by_self(): %s, is_at_safepoint(): %s, _m.owned_by_self(): %s, Thread::current()->is_VM_thread(): %s",
761 BOOL_TO_STR(_m.owned_by_self()), BOOL_TO_STR(Thread::current()->is_VM_thread()));
/openjdk9/hotspot/src/share/vm/gc/shared/
H A DblockOffsetTable.inline.hpp67 Thread::current()->is_VM_thread() ||
H A Dspace.cpp614 (SafepointSynchronize::is_at_safepoint() && Thread::current()->is_VM_thread()),
648 assert(Heap_lock->owned_by_self() || (SafepointSynchronize::is_at_safepoint() && Thread::current()->is_VM_thread()), "not locked");
H A DcollectedHeap.cpp206 assert(Thread::current()->is_VM_thread(), "Precondition#1");
H A Dworkgroup.cpp302 assert(!Thread::current()->is_VM_thread(), "VM thread should not be part"
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmThread.hpp114 bool is_VM_thread() const { return true; } function in class:VMThread
H A Dmutex.cpp917 bool can_sneak = Self->is_VM_thread() && SafepointSynchronize::is_at_safepoint();
978 bool can_sneak = Self->is_VM_thread() && SafepointSynchronize::is_at_safepoint();
999 assert(SafepointSynchronize::is_at_safepoint() && Thread::current()->is_VM_thread(), "sneak");
1076 assert(SafepointSynchronize::is_at_safepoint() && Thread::current()->is_VM_thread(), "sneak");
1386 if (thread->is_VM_thread() && !allow_vm_block()) {
1399 if (!_allow_vm_block && thread->is_VM_thread()) {
H A DvmThread.cpp560 if (!t->is_VM_thread()) {
619 assert(t->is_VM_thread(), "must be a VM thread");
H A Dsafepoint.cpp87 assert(myThread->is_VM_thread(), "Only VM thread may execute a safepoint");
444 assert(myThread->is_VM_thread(), "Only VM thread can execute a safepoint");
/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DmutableSpace.cpp174 Thread::current()->is_VM_thread()),
/openjdk9/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp87 if (thread->is_VM_thread()
114 if (thread->is_VM_thread()
/openjdk9/hotspot/src/share/vm/memory/
H A DfreeList.cpp298 if (thr->is_VM_thread() || thr->is_ConcurrentGC_thread()) {
/openjdk9/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp302 assert(THREAD->is_VM_thread(), "must be VM thread");
H A DjvmtiTagMap.cpp472 assert(Thread::current()->is_VM_thread() || is_locked(), "checking");
572 assert(Thread::current()->is_VM_thread() || tag_map->is_locked(),
615 assert(Thread::current()->is_VM_thread(), "must be VMThread");
920 assert(Thread::current()->is_VM_thread(), "must be VMThread");
947 assert(Thread::current()->is_VM_thread(), "must be VMThread");
969 assert(Thread::current()->is_VM_thread(), "must be VMThread");
1661 assert(Thread::current()->is_VM_thread(), "must be VMThread");
/openjdk9/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp168 else if(t->is_VM_thread()){
/openjdk9/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp173 else if(t->is_VM_thread()){
/openjdk9/hotspot/src/os_cpu/aix_ppc/vm/
H A Dos_aix_ppc.cpp235 else if(t->is_VM_thread()) {
/openjdk9/hotspot/src/os_cpu/linux_arm/vm/
H A Dos_linux_arm.cpp322 else if(t->is_VM_thread()){

Completed in 285 milliseconds

123