--- old/src/share/vm/classfile/protectionDomainCache.cpp 2017-08-17 11:28:58.476088190 -0400 +++ new/src/share/vm/classfile/protectionDomainCache.cpp 2017-08-17 11:28:58.248511405 -0400 @@ -97,7 +97,7 @@ } void ProtectionDomainCacheEntry::verify() { - guarantee(literal()->is_oop(), "must be an oop"); + guarantee(oopDesc::is_oop(literal()), "must be an oop"); } ProtectionDomainCacheEntry* ProtectionDomainCacheTable::get(Handle protection_domain) {