< prev index next >

src/hotspot/share/runtime/synchronizer.hpp

Print this page

        

*** 118,128 **** static void inflate_helper(oop obj); static const char* inflate_cause_name(const InflateCause cause); // Returns the identity hash value for an oop // NOTE: It may cause monitor inflation - static intptr_t identity_hash_value_for(Handle obj); static intptr_t FastHashCode(Thread * Self, oop obj); // java.lang.Thread support static bool current_thread_holds_lock(JavaThread* thread, Handle h_obj); static LockOwnership query_lock_ownership(JavaThread * self, Handle h_obj); --- 118,127 ----
< prev index next >