jdk/src/share/lib/security/java.security-windows
changeset 18253 4323a5fe8bc4
parent 18240 cda839ac048f
parent 18138 02cb2d482ed0
child 18287 47cb0bfa2f0d
equal deleted inserted replaced
18252:1a7454a9febb 18253:4323a5fe8bc4
   176 # will cause a security exception to be thrown when
   176 # will cause a security exception to be thrown when
   177 # passed to checkPackageAccess unless the
   177 # passed to checkPackageAccess unless the
   178 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   178 # corresponding RuntimePermission ("accessClassInPackage."+package) has
   179 # been granted.
   179 # been granted.
   180 package.access=sun.,\
   180 package.access=sun.,\
       
   181                com.sun.corba.se.impl.,\
   181                com.sun.xml.internal.,\
   182                com.sun.xml.internal.,\
   182                com.sun.imageio.,\
   183                com.sun.imageio.,\
   183                com.sun.istack.internal.,\
   184                com.sun.istack.internal.,\
   184                com.sun.jmx.,\
   185                com.sun.jmx.,\
   185                com.sun.proxy.,\
   186                com.sun.proxy.,\
   219 #
   220 #
   220 # by default, none of the class loaders supplied with the JDK call
   221 # by default, none of the class loaders supplied with the JDK call
   221 # checkPackageDefinition.
   222 # checkPackageDefinition.
   222 #
   223 #
   223 package.definition=sun.,\
   224 package.definition=sun.,\
       
   225                    com.sun.corba.se.impl.,\
   224                    com.sun.xml.internal.,\
   226                    com.sun.xml.internal.,\
   225                    com.sun.imageio.,\
   227                    com.sun.imageio.,\
   226                    com.sun.istack.internal.,\
   228                    com.sun.istack.internal.,\
   227                    com.sun.jmx.,\
   229                    com.sun.jmx.,\
   228                    com.sun.proxy.,\
   230                    com.sun.proxy.,\