changeset 756:7bab1b1b3682 jdk-9+115

8137058: Clear out all non-Critical APIs from sun.reflect Reviewed-by: alanb, jfranck, mchung
author chegar
date Fri, 15 Apr 2016 16:19:14 +0100
parents 17b1ec86c70a
children 20198ae6eb3e bb6bf34f121f
files src/java.corba/share/classes/sun/corba/Bridge.java
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/java.corba/share/classes/sun/corba/Bridge.java	Thu Apr 14 09:09:22 2016 -0700
+++ b/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: