# HG changeset patch # User chegar # Date 1460733554 -3600 # Node ID 5daa5fbad3ced017f7b2df2c54c4e140cea456d4 # Parent 1ae20b170db6e21745935a738819987d2fd6230a 8137058: Clear out all non-Critical APIs from sun.reflect Reviewed-by: alanb, jfranck, mchung diff -r 1ae20b170db6 -r 5daa5fbad3ce corba/src/java.corba/share/classes/sun/corba/Bridge.java --- a/corba/src/java.corba/share/classes/sun/corba/Bridge.java Thu Apr 14 09:09:22 2016 -0700 +++ b/corba/src/java.corba/share/classes/sun/corba/Bridge.java Fri Apr 15 16:19:14 2016 +0100 @@ -37,7 +37,7 @@ import java.security.PrivilegedAction; import jdk.internal.misc.Unsafe ; -import sun.reflect.ReflectionFactory ; +import jdk.internal.reflect.ReflectionFactory; /** This class provides the methods for fundamental JVM operations * needed in the ORB that are not part of the public Java API. This includes: