Searched refs:_pd_cache (Results 1 - 2 of 2) sorted by relevance

/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp234 ProtectionDomainCacheEntry* _pd_cache; member in class:ProtectionDomainEntry
237 _pd_cache = pd_cache;
242 oop protection_domain() { return _pd_cache->protection_domain(); }
313 current->_pd_cache->set_strongly_reachable();
321 current->_pd_cache->protection_domain()->verify();
/openjdk9/hotspot/src/share/vm/runtime/
H A DvmStructs.cpp697 nonstatic_field(ProtectionDomainEntry, _pd_cache, ProtectionDomainCacheEntry*) \

Completed in 101 milliseconds