< prev index next >

src/hotspot/share/classfile/protectionDomainCache.cpp

Print this page
rev 56464 : 8231707: Improve Mutex inlining
Contributed-by: robbin.ehn@oracle.com, claes.redestad@oracle.com

*** 31,40 **** --- 31,41 ---- #include "logging/logStream.hpp" #include "memory/iterator.hpp" #include "memory/resourceArea.hpp" #include "oops/oop.inline.hpp" #include "oops/weakHandle.inline.hpp" + #include "runtime/mutexLocker.inline.hpp" #include "utilities/hashtable.inline.hpp" unsigned int ProtectionDomainCacheTable::compute_hash(Handle protection_domain) { // Identity hash can safepoint, so keep protection domain in a Handle. return (unsigned int)(protection_domain->identity_hash());
< prev index next >