RFR: 8026427: deprecate obsolete APIs from java.rmi
Daniel Fuchs
daniel.fuchs at oracle.com
Tue Oct 22 12:58:52 UTC 2013
Hi Stuart,
This looks good to me.
RMISecurityManager:
I see that there are a few places in the JDK where we still
instantiate an RMISecurityManager.
I assume we must unfortunately keep them for backward compatibility,
in case some application code would try to downcast
System.getSecurityManager() to RMISecurityManager?
best regards,
-- daniel (not a reviewer)
On 10/22/13 4:07 AM, Stuart Marks wrote:
> Hi all,
>
> Please review this small spec change to deprecate some obsolete RMI
> APIs, along with a bit of associated cleanup. There are no functional
> changes in this changeset.
>
> Bug:
>
> https://bugs.openjdk.java.net/browse/JDK-8026427
>
> Webrev:
>
> http://cr.openjdk.java.net/~smarks/reviews/8026427/webrev.0/
>
> Specdiff:
>
>
> http://cr.openjdk.java.net/~smarks/reviews/8026427/specdiff.0/overview-summary.html
>
>
> Thanks,
>
> s'marks
More information about the core-libs-dev
mailing list