< prev index next >

src/hotspot/share/classfile/dictionary.hpp

Print this page
rev 48467 : [mq]: INIT_Access_protection_domain

@@ -187,11 +187,11 @@
 
   void verify_protection_domain_set() {
     for (ProtectionDomainEntry* current = pd_set(); // accessed at a safepoint
                                 current != NULL;
                                 current = current->_next) {
-      current->_pd_cache->protection_domain()->verify();
+      current->_pd_cache->object_no_keepalive()->verify();
     }
   }
 
   bool equals(const Symbol* class_name) const {
     InstanceKlass* klass = (InstanceKlass*)literal();
< prev index next >