Searched defs:jSelf (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiRawMonitor.cpp388 JavaThread * jSelf = (JavaThread *) THREAD ; local
390 if (!jSelf->handle_special_suspend_equivalent_condition()) break ;
392 jSelf->java_suspend_self();
394 jSelf->set_suspend_equivalent() ;
/openjdk7/hotspot/src/share/vm/runtime/
H A DobjectMonitor.cpp1292 bool ObjectMonitor::ExitSuspendEquivalent (JavaThread * jSelf) { argument
1294 if (Mode && !jSelf->is_external_suspend()) {
1295 assert (jSelf->is_suspend_equivalent(), "invariant") ;
1296 jSelf->clear_suspend_equivalent() ;
1298 if (!jSelf->is_external_suspend()) return false ;
1301 jSelf->set_suspend_equivalent() ;
1303 return jSelf->handle_special_suspend_equivalent_condition() ;

Completed in 123 milliseconds