8040068: SolarisSystem should be @Deprecated and @jdk.Exported(false)
Reviewed-by: alanb, mullan
--- a/jdk/src/share/classes/com/sun/security/auth/module/SolarisSystem.java Thu May 08 13:26:26 2014 +0400
+++ b/jdk/src/share/classes/com/sun/security/auth/module/SolarisSystem.java Thu May 08 22:30:24 2014 +0800
@@ -29,8 +29,10 @@
* <p> This class implementation retrieves and makes available Solaris
* UID/GID/groups information for the current user.
*
+ * @deprecated replaced by {@link UnixSystem}.
*/
-@jdk.Exported
+@jdk.Exported(false)
+@Deprecated
public class SolarisSystem {
private native void getSolarisInfo();