RFR [9] 8137056: Move SharedSecrets and interface friends out of sun.misc

Alan Bateman Alan.Bateman at oracle.com
Thu Sep 24 14:37:54 UTC 2015


On 24/09/2015 15:16, Chris Hegarty wrote:
> In preparation for JEP 260 "Encapsulate Most Internal APIs” [1],
> SharedSecrets and friend interfaces should be moved out of
> 'sun.misc’ [2] and located in a truly private package. This is so that
> they are not part of the proposed to be exported ‘sun.misc'
> package.
>
> http://cr.openjdk.java.net/~chegar/8137056.00/
>
This looks okay to me, just a minor nit in PresentationManager where 
you've introduced a raw type. If we can drop the building of the interim 
CORBA then this code could be cleaned up to not use core reflection.

-Alan.



More information about the core-libs-dev mailing list