8137058: Clear out all non-Critical APIs from sun.reflect
authorchegar
Fri, 15 Apr 2016 16:19:14 +0100
changeset 37376 5daa5fbad3ce
parent 37375 1ae20b170db6
child 37377 bd3b98a11a14
8137058: Clear out all non-Critical APIs from sun.reflect Reviewed-by: alanb, jfranck, mchung
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: