I don\'t find any references in JDK 7 documentation regarding sun.* packages. Is it deprecated. But then what are the substitutes?
sun.*
For eg: sun.reflect
sun.reflect
You have to use the java.lang.reflect package for reflection purposes.
java.lang.reflect
See: http://docs.oracle.com/javase/8/docs/api/java/lang/reflect/package-summary.html