< prev index next >

src/hotspot/share/cds/cdsProtectionDomain.hpp

Print this page
@@ -40,10 +40,11 @@
    // 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 >