RFR: JDK-8211121: Remove sun.reflect.ReflectionFactory::newInstanceForSerialization

Alan Bateman Alan.Bateman at oracle.com
Wed Sep 26 06:59:55 UTC 2018


On 26/09/2018 00:10, Lance Andersen wrote:
> Hi all:
>
> JDK-8211121 removes sun.reflect.ReflectionFactory::newInstanceForSerialization which was only used by the java.corba module. It was missed as part of the initial removal of the Java EE modules.
>
Way back, this was in the CORBA bridge. I checked the version in 
javaee/glassfish-corba and it doesn't seem to use this method so I think 
you are okay. If someone shows up with an important usage then it can be 
discussed - I think the only interesting thing is the intersection of 
the current and provided security domains.

-Alan


More information about the core-libs-dev mailing list