/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | cmsLockVerifier.cpp | 55 } else if (myThread->is_VM_thread()) { 67 if (myThread->is_VM_thread()
|
H A D | concurrentMarkSweepThread.cpp | 250 assert(Thread::current()->is_VM_thread(), "Not a VM thread"); 281 assert(Thread::current()->is_VM_thread(), "Not a VM thread");
|
H A D | vmCMSOperations.cpp | 211 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 D | heapRegionSets.cpp | 73 guarantee(Thread::current()->is_VM_thread() || 127 guarantee(Thread::current()->is_VM_thread() || 164 guarantee(Thread::current()->is_VM_thread() ||
|
H A D | g1HotCardCache.hpp | 112 assert(Thread::current()->is_VM_thread(), "Current thread should be the VMthread");
|
H A D | g1CollectedHeap.hpp | 433 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 D | gcTraceTime.cpp | 55 assert(Thread::current()->is_VM_thread(), "Tracing currently only supported from the VM thread");
|
H A D | mutableSpace.cpp | 177 Thread::current()->is_VM_thread()),
|
/openjdk7/hotspot/src/share/vm/memory/ |
H A D | blockOffsetTable.inline.hpp | 70 Thread::current()->is_VM_thread() ||
|
H A D | sharedHeap.cpp | 92 || ( (t->is_GC_task_thread() || t->is_VM_thread())
|
H A D | freeList.cpp | 327 if (thr->is_VM_thread() || thr->is_ConcurrentGC_thread()) {
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | vmThread.hpp | 119 bool is_VM_thread() const { return true; } function in class:VMThread
|
H A D | mutex.cpp | 922 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 D | vmThread.cpp | 598 if (!t->is_VM_thread()) { 657 assert(t->is_VM_thread(), "must be a VM thread");
|
H A D | safepoint.cpp | 110 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 D | exceptions.cpp | 97 if (thread->is_VM_thread() 120 if (thread->is_VM_thread()
|
H A D | workgroup.cpp | 165 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 D | ostream.cpp | 476 (thread->is_VM_thread() && SafepointSynchronize::is_at_safepoint()), 749 Thread::current()->is_VM_thread())
|
/openjdk7/hotspot/src/share/vm/prims/ |
H A D | jvmtiThreadState.cpp | 251 guarantee((cur->is_VM_thread() && SafepointSynchronize::is_at_safepoint()) ||
|
H A D | jvmtiRawMonitor.cpp | 300 assert(THREAD->is_VM_thread(), "must be VM thread");
|
H A D | jvmtiTagMap.cpp | 469 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 D | os_bsd_zero.cpp | 158 else if(t->is_VM_thread()){
|
/openjdk7/hotspot/src/os_cpu/linux_zero/vm/ |
H A D | os_linux_zero.cpp | 153 else if(t->is_VM_thread()){
|
/openjdk7/hotspot/src/share/vm/shark/ |
H A D | sharkCompiler.cpp | 322 assert(Thread::current()->is_VM_thread(), "must be called by VM thread");
|
/openjdk7/hotspot/src/share/vm/gc_implementation/parNew/ |
H A D | parCardTableModRefBS.cpp | 46 assert(!Thread::current()->is_VM_thread() || (n_threads == 1), "There is only 1 VM thread");
|