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

123

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsLockVerifier.cpp55 } else if (myThread->is_VM_thread()) {
67 if (myThread->is_VM_thread()
H A DconcurrentMarkSweepThread.cpp250 assert(Thread::current()->is_VM_thread(), "Not a VM thread");
281 assert(Thread::current()->is_VM_thread(), "Not a VM thread");
H A DvmCMSOperations.cpp211 assert(Thread::current()->is_VM_thread(), "Should be VM thread");
255 assert(thr->is_VM_thread(), "Expected to be evaluated by VM thread");
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.cpp73 guarantee(Thread::current()->is_VM_thread() ||
127 guarantee(Thread::current()->is_VM_thread() ||
164 guarantee(Thread::current()->is_VM_thread() ||
H A Dg1HotCardCache.hpp112 assert(Thread::current()->is_VM_thread(), "Current thread should be the VMthread");
H A Dg1CollectedHeap.hpp433 BOOL_TO_STR(Thread::current()->is_VM_thread()))
445 ((_should_be_vm_thread_) == Thread::current()->is_VM_thread())), \
475 ((_should_be_vm_thread_) == Thread::current()->is_VM_thread()), \
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DgcTraceTime.cpp55 assert(Thread::current()->is_VM_thread(), "Tracing currently only supported from the VM thread");
H A DmutableSpace.cpp177 Thread::current()->is_VM_thread()),
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.inline.hpp70 Thread::current()->is_VM_thread() ||
H A DsharedHeap.cpp92 || ( (t->is_GC_task_thread() || t->is_VM_thread())
H A DfreeList.cpp327 if (thr->is_VM_thread() || thr->is_ConcurrentGC_thread()) {
/openjdk7/hotspot/src/share/vm/runtime/
H A DvmThread.hpp119 bool is_VM_thread() const { return true; } function in class:VMThread
H A Dmutex.cpp922 bool can_sneak = Self->is_VM_thread() && SafepointSynchronize::is_at_safepoint();
980 bool can_sneak = Self->is_VM_thread() && SafepointSynchronize::is_at_safepoint();
1001 assert(SafepointSynchronize::is_at_safepoint() && Thread::current()->is_VM_thread(), "sneak");
1078 assert(SafepointSynchronize::is_at_safepoint() && Thread::current()->is_VM_thread(), "sneak");
1369 if (thread->is_VM_thread() && !allow_vm_block()) {
1379 if (!_allow_vm_block && thread->is_VM_thread()) {
H A DvmThread.cpp598 if (!t->is_VM_thread()) {
657 assert(t->is_VM_thread(), "must be a VM thread");
H A Dsafepoint.cpp110 assert(myThread->is_VM_thread(), "Only VM thread may execute a safepoint");
425 assert(myThread->is_VM_thread(), "Only VM thread can execute a safepoint");
/openjdk7/hotspot/src/share/vm/utilities/
H A Dexceptions.cpp97 if (thread->is_VM_thread()
120 if (thread->is_VM_thread()
H A Dworkgroup.cpp165 tty->print_cr(" T: 0x%x VM_thread: %d", me, me->is_VM_thread());
253 assert(!Thread::current()->is_VM_thread(), "VM thread should not be part"
H A Dostream.cpp476 (thread->is_VM_thread() && SafepointSynchronize::is_at_safepoint()),
749 Thread::current()->is_VM_thread())
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiThreadState.cpp251 guarantee((cur->is_VM_thread() && SafepointSynchronize::is_at_safepoint()) ||
H A DjvmtiRawMonitor.cpp300 assert(THREAD->is_VM_thread(), "must be VM thread");
H A DjvmtiTagMap.cpp469 assert(Thread::current()->is_VM_thread() || is_locked(), "checking");
581 assert(Thread::current()->is_VM_thread() || tag_map->is_locked(),
630 assert(Thread::current()->is_VM_thread(), "must be VMThread");
943 assert(Thread::current()->is_VM_thread(), "must be VMThread");
970 assert(Thread::current()->is_VM_thread(), "must be VMThread");
992 assert(Thread::current()->is_VM_thread(), "must be VMThread");
1671 assert(Thread::current()->is_VM_thread(), "must be VMThread");
/openjdk7/hotspot/src/os_cpu/bsd_zero/vm/
H A Dos_bsd_zero.cpp158 else if(t->is_VM_thread()){
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/
H A Dos_linux_zero.cpp153 else if(t->is_VM_thread()){
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.cpp322 assert(Thread::current()->is_VM_thread(), "must be called by VM thread");
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/
H A DparCardTableModRefBS.cpp46 assert(!Thread::current()->is_VM_thread() || (n_threads == 1), "There is only 1 VM thread");

Completed in 598 milliseconds

123