src/hotspot/share/classfile/protectionDomainCache.hpp
changeset 48811 58787a1708d2
parent 48781 6ebef5cd0c8d
child 49818 e57e6addb978
equal deleted inserted replaced
48810:1f7ebe9dd5b2 48811:58787a1708d2
   111     _pd_cache = pd_cache;
   111     _pd_cache = pd_cache;
   112     _next     = next;
   112     _next     = next;
   113   }
   113   }
   114 
   114 
   115   ProtectionDomainEntry* next() { return _next; }
   115   ProtectionDomainEntry* next() { return _next; }
       
   116   void set_next(ProtectionDomainEntry* entry) { _next = entry; }
   116   oop object();
   117   oop object();
   117   oop object_no_keepalive();
   118   oop object_no_keepalive();
   118 };
   119 };
   119 #endif // SHARE_VM_CLASSFILE_PROTECTIONDOMAINCACHE_HPP
   120 #endif // SHARE_VM_CLASSFILE_PROTECTIONDOMAINCACHE_HPP