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

/openjdk9/hotspot/src/share/vm/classfile/
H A Ddictionary.hpp148 bool _strongly_reachable; member in class:ProtectionDomainCacheEntry
153 _strongly_reachable = false;
168 void set_strongly_reachable() { _strongly_reachable = true; }
169 bool is_strongly_reachable() { return _strongly_reachable; }
170 void reset_strongly_reachable() { _strongly_reachable = false; }
H A Ddictionary.cpp584 p2i(this), p2i(literal()), _strongly_reachable, p2i(next()));

Completed in 97 milliseconds