< prev index next > src/hotspot/share/cds/cdsProtectionDomain.hpp
Print this page
// See init_security_info for more info.
static OopHandle _shared_protection_domains;
static OopHandle _shared_jar_urls;
static OopHandle _shared_jar_manifests;
+ static Handle get_archived_protection_domain(JavaThread* current, InstanceKlass* klass);
public:
// Package handling:
//
// 1. For named modules in the runtime image
// BOOT classes: Reuses the existing JVM_GetSystemPackage(s) interfaces
< prev index next >