8137058: Clear out all non-Critical APIs from sun.reflect
Reviewed-by: alanb, jfranck, mchung
--- 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: