Searched refs:omFlush (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsynchronizer.hpp90 static void omFlush (Thread * Self) ;
H A Dsynchronizer.cpp1109 // the global free list. Typically a thread calls omFlush() when
1119 // We currently call omFlush() from the Thread:: dtor _after the thread
1121 // That means that omFlush() can run concurrently with a safepoint and
1122 // the scavenge operator. Calling omFlush() from JavaThread::exit() might
1125 // be not inopportune interleavings between omFlush() and the scavenge
1128 void ObjectSynchronizer::omFlush (Thread * Self) { function in class:ObjectSynchronizer
1141 TEVENT (omFlush - Move one) ;
1162 Thread::muxAcquire (&ListLock, "omFlush") ;
1176 TEVENT (omFlush) ;
1404 // When a thread dies, omFlush() add
[all...]
H A Dthread.cpp333 ObjectSynchronizer::omFlush (this) ;

Completed in 4204 milliseconds