6945529: Apply fix for CR 6921001 to platform-specific java.security configuration files
Reviewed-by: mullan
--- a/jdk/src/share/lib/security/java.security-solaris Tue Nov 02 10:15:06 2010 +0000
+++ b/jdk/src/share/lib/security/java.security-solaris Tue Nov 02 15:04:13 2010 +0000
@@ -119,11 +119,6 @@
keystore.type=jks
#
-# Class to instantiate as the system scope:
-#
-system.scope=sun.security.provider.IdentityDatabase
-
-#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
# passed to checkPackageAccess unless the
@@ -379,4 +374,4 @@
#
# Example:
# jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048
-
+i
--- a/jdk/src/share/lib/security/java.security-windows Tue Nov 02 10:15:06 2010 +0000
+++ b/jdk/src/share/lib/security/java.security-windows Tue Nov 02 15:04:13 2010 +0000
@@ -119,11 +119,6 @@
keystore.type=jks
#
-# Class to instantiate as the system scope:
-#
-system.scope=sun.security.provider.IdentityDatabase
-
-#
# List of comma-separated packages that start with or equal this string
# will cause a security exception to be thrown when
# passed to checkPackageAccess unless the