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

123

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DheapRegionSets.cpp74 FreeList_lock->owned_by_self(),
78 guarantee(Heap_lock->owned_by_self(),
93 guarantee(SecondaryFreeList_lock->owned_by_self(),
128 _phase == HRSPhaseEvacuation && FreeList_lock->owned_by_self() ||
129 _phase == HRSPhaseCleanup && OldSets_lock->owned_by_self(),
133 guarantee(Heap_lock->owned_by_self(),
165 OldSets_lock->owned_by_self(),
169 guarantee(Heap_lock->owned_by_self(),
H A DptrQueue.cpp91 assert(_lock->owned_by_self(), "Required.");
170 assert(_lock->owned_by_self(), "Required.");
H A Dg1CollectedHeap.hpp431 BOOL_TO_STR(Heap_lock->owned_by_self()), \
437 assert(Heap_lock->owned_by_self(), \
443 assert(Heap_lock->owned_by_self() || \
452 assert(Heap_lock->owned_by_self() && \
460 assert(!Heap_lock->owned_by_self(), \
466 assert(!Heap_lock->owned_by_self() && \
H A DsatbQueue.cpp123 assert(_lock == NULL || _lock->owned_by_self(),
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DcmsLockVerifier.cpp78 assert(p_lock1 == NULL || !p_lock1->is_locked() || p_lock1->owned_by_self(),
80 assert(p_lock2 == NULL || !p_lock2->is_locked() || p_lock2->owned_by_self(),
H A DcmsPermGen.cpp55 bool lock_owned = lock->owned_by_self();
H A DconcurrentMarkSweepThread.cpp168 assert(!(CGC_lock->owned_by_self() || cms_thread_has_cms_token() ||
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkCompiler.hpp86 assert(AdapterHandlerLibrary_lock->owned_by_self(), "should be");
106 assert(execution_engine_lock()->owned_by_self(), "should be");
110 assert(execution_engine_lock()->owned_by_self(), "should be");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtask.cpp92 MutexLockerEx ml(PeriodicTask_lock->owned_by_self() ?
123 MutexLockerEx ml(PeriodicTask_lock->owned_by_self() ?
142 MutexLockerEx ml(PeriodicTask_lock->owned_by_self() ?
H A Dmutex.hpp207 bool owned_by_self() const;
H A DmutexLocker.cpp153 if (lock->owned_by_self()) return;
166 if (lock->owned_by_self()) return;
H A DmutexLocker.hpp356 _reentrant = mutex->owned_by_self();
H A Dsweeper.cpp278 assert(!CodeCache_lock->owned_by_self(), "just checking");
372 assert(!CodeCache_lock->owned_by_self(), "just checking");
/openjdk7/hotspot/src/share/vm/memory/
H A DblockOffsetTable.inline.hpp73 ParGCRareEvent_lock->owned_by_self()), "Crack");
H A DbinaryTreeDictionary.hpp275 if (lock != NULL && lock->owned_by_self()) {
H A DsharedHeap.cpp91 return Heap_lock->owned_by_self()
/openjdk7/hotspot/src/share/vm/utilities/
H A Ddecoder.cpp47 assert(_shared_decoder_lock != NULL && _shared_decoder_lock->owned_by_self(),
H A Dworkgroup.cpp196 assert(monitor()->owned_by_self(), "worker_poll is an internal method");
204 assert(monitor()->owned_by_self(), "note_finish is an internal method");
209 assert(monitor()->owned_by_self(), "note_finish is an internal method");
H A DyieldingWorkgroup.cpp146 assert(monitor()->owned_by_self(), "Data race");
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DconcurrentGCThread.cpp227 assert(!Heap_lock->owned_by_self(), "Heap_lock owned by requesting thread");
283 assert(!_monitor.owned_by_self(), "Should unlock before exit.");
H A DmutableSpace.cpp175 assert(Heap_lock->owned_by_self() ||
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DparallelScavengeHeap.cpp402 assert(!Heap_lock->owned_by_self(), "this thread should not own the Heap_lock");
573 assert(!Heap_lock->owned_by_self(), "this thread should not own the Heap_lock");
621 assert(!Heap_lock->owned_by_self(), "this thread should not own the Heap_lock");
748 assert(!Heap_lock->owned_by_self(), "this thread should not own the Heap_lock");
806 assert(!Heap_lock->owned_by_self(),
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.cpp983 assert(Service_lock->owned_by_self(), "Must own Service_lock");
988 assert(Service_lock->owned_by_self(), "Must own Service_lock");
1008 assert(Service_lock->owned_by_self(), "Must own Service_lock");
1050 assert(Service_lock->owned_by_self(), "Must own Service_lock");
/openjdk7/hotspot/src/share/vm/services/
H A DclassLoadingService.cpp210 assert(Management_lock->owned_by_self(), "Must own the Management_lock");
H A DlowMemoryDetector.cpp41 assert(Service_lock->owned_by_self(), "Must own Service_lock");

Completed in 53 milliseconds

123