Searched refs:omAlloc (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp88 static ObjectMonitor * omAlloc (Thread * Self) ;
H A Dsynchronizer.cpp948 ObjectMonitor * ATTR ObjectSynchronizer::omAlloc (Thread * Self) { function in class:ObjectSynchronizer
990 Thread::muxAcquire (&ListLock, "omAlloc") ;
1007 // We can't safely induce a STW safepoint from omAlloc() as our thread
1010 InduceScavenge (Self, "omAlloc") ;
1052 Thread::muxAcquire (&ListLock, "omAlloc [2]") ;
1248 // Using such local free lists, it doesn't matter if the omAlloc() call appears
1250 // See the comments in omAlloc().
1253 ObjectMonitor * m = omAlloc (Self) ;
1345 ObjectMonitor * m = omAlloc (Self) ;
1401 // only scans the per-thread inuse lists. omAlloc() put
[all...]

Completed in 35 milliseconds