src/java.rmi/share/classes/sun/rmi/registry/RegistryImpl.java
changeset 52427 3c6aa484536c
parent 48576 b0ab05328879
equal deleted inserted replaced
52426:38bf0c9c4e64 52427:3c6aa484536c
     1 /*
     1 /*
     2  * Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 1996, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    55 import java.security.PermissionCollection;
    55 import java.security.PermissionCollection;
    56 import java.security.Permissions;
    56 import java.security.Permissions;
    57 import java.security.ProtectionDomain;
    57 import java.security.ProtectionDomain;
    58 import java.text.MessageFormat;
    58 import java.text.MessageFormat;
    59 
    59 
    60 import jdk.internal.misc.SharedSecrets;
    60 import jdk.internal.access.SharedSecrets;
    61 import sun.rmi.runtime.Log;
    61 import sun.rmi.runtime.Log;
    62 import sun.rmi.server.UnicastRef;
    62 import sun.rmi.server.UnicastRef;
    63 import sun.rmi.server.UnicastServerRef;
    63 import sun.rmi.server.UnicastServerRef;
    64 import sun.rmi.server.UnicastServerRef2;
    64 import sun.rmi.server.UnicastServerRef2;
    65 import sun.rmi.transport.LiveRef;
    65 import sun.rmi.transport.LiveRef;