Searched refs:OwnerIsThread (Results 1 - 4 of 4) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.inline.hpp88 OwnerIsThread = 1 ;
H A DobjectMonitor.hpp156 OwnerIsThread = 0 ;
180 OwnerIsThread = 0 ;
254 int OwnerIsThread ; // _owner is (Thread *) vs SP/BasicLock member in class:ObjectMonitor
H A DobjectMonitor.cpp306 OwnerIsThread = 1 ;
330 // CONSIDER: set or assert OwnerIsThread == 1
346 OwnerIsThread = 1 ;
471 // CONSIDER: set or assert that OwnerIsThread == 1
947 OwnerIsThread = 1 ;
1363 OwnerIsThread = 1 ;
1402 OwnerIsThread = 1 ; \
2223 // a thread pointer. We differentiate the two cases with OwnerIsThread.
2245 // Check either OwnerIsThread or ox->TypeTag == 2BAD.
2246 if (!OwnerIsThread) retur
[all...]
H A Dsynchronizer.cpp1259 m->OwnerIsThread = 0 ;
1307 // m->OwnerIsThread = 1. Note that a thread can inflate an object
1351 m->OwnerIsThread = 1 ;
1359 m->OwnerIsThread = 0 ;

Completed in 44 milliseconds