Lines Matching refs:leaf

182   def(STS_init_lock              , Mutex,   leaf,        true );
187 def(FullGCCount_lock , Monitor, leaf, true ); // in support of ExplicitGCInvokesConcurrent
191 def(CMRegionStack_lock , Mutex, leaf, true );
200 def(FreeList_lock , Mutex, leaf , true );
201 def(SecondaryFreeList_lock , Monitor, leaf , true );
202 def(OldSets_lock , Mutex , leaf , true );
203 def(RootRegionScan_lock , Monitor, leaf , true );
204 def(MMUTracker_lock , Mutex , leaf , true );
208 def(ParGCRareEvent_lock , Mutex , leaf , true );
209 def(DerivedPointerTableGC_lock , Mutex, leaf, true );
213 def(OopMapCacheAlloc_lock , Mutex, leaf, true ); // used for oop_map_cache allocation.
219 def(JmethodIdCreation_lock , Mutex , leaf, true ); // used for creating jmethodIDs.
221 def(SystemDictionary_lock , Monitor, leaf, true ); // lookups done by VM thread
222 def(PackageTable_lock , Mutex , leaf, false);
223 def(InlineCacheBuffer_lock , Mutex , leaf, true );
224 def(VMStatistic_lock , Mutex , leaf, false);
225 def(ExpandHeap_lock , Mutex , leaf, true ); // Used during compilation by VM thread
226 def(JNIHandleBlockFreeList_lock , Mutex , leaf, true ); // handles are used by VM thread
227 def(SignatureHandlerLibrary_lock , Mutex , leaf, false);
228 def(SymbolTable_lock , Mutex , leaf, true );
229 def(StringTable_lock , Mutex , leaf, true );
230 def(ProfilePrint_lock , Mutex , leaf, false); // serial profile printing
231 def(ExceptionCache_lock , Mutex , leaf, false); // serial profile printing
232 def(OsrList_lock , Mutex , leaf, true );
233 def(Debug1_lock , Mutex , leaf, true );
235 def(FullGCALot_lock , Mutex , leaf, false); // a lock to make FullGCALot MT safe
237 def(BeforeExit_lock , Monitor, leaf, true );
238 def(PerfDataMemAlloc_lock , Mutex , leaf, true ); // used for allocating PerfData memory for performance data
239 def(PerfDataManager_lock , Mutex , leaf, true ); // used for synchronized access to PerfDataManager resources
241 // CMS_modUnionTable_lock leaf
242 // CMS_bitMap_lock leaf + 1
243 // CMS_freeList_lock leaf + 2
283 def(JfrMsg_lock , Monitor, leaf, true);