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

/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnvBase.cpp616 // Count the number of objects for a lightweight monitor. The hobj
622 JvmtiEnvBase::count_locked_objects(JavaThread *java_thread, Handle hobj) { argument
641 if (mi->owner() != NULL && mi->owner() == hobj()) {
682 Handle hobj(obj);
683 *monitor_ptr = jni_reference(calling_thread, hobj);
802 Handle hobj(obj);
803 jmsdi->monitor = jni_reference(calling_thread, hobj);
940 Handle hobj; local
950 hobj = Handle(mirror);
964 BiasedLocking::revoke_at_safepoint(hobj);
[all...]

Completed in 25 milliseconds