< prev index next >

src/share/lib/security/java.security-solaris

Print this page
rev 13764 : 8229366: JFR backport allows unchecked writing to memory
Reviewed-by: jbachorik
rev 13792 : 8231995: two jtreg tests failed after 8229366 is fixed
Reviewed-by: jbachorik
rev 13798 : Merge

@@ -223,11 +223,14 @@
                org.jcp.xml.dsig.internal.,\
                jdk.internal.,\
                jdk.nashorn.internal.,\
                jdk.nashorn.tools.,\
                jdk.xml.internal.,\
-               com.sun.activation.registries.
+               com.sun.activation.registries.,\
+               jdk.jfr.events.,\
+               jdk.jfr.internal.,\
+               jdk.management.jfr.internal.
 
 #
 # List of comma-separated packages that start with or equal this string
 # will cause a security exception to be thrown when
 # passed to checkPackageDefinition unless the

@@ -273,12 +276,14 @@
                    org.jcp.xml.dsig.internal.,\
                    jdk.internal.,\
                    jdk.nashorn.internal.,\
                    jdk.nashorn.tools.,\
                    jdk.xml.internal.,\
-                   com.sun.activation.registries.
-
+                   com.sun.activation.registries.,\
+                   jdk.jfr.events.,\
+                   jdk.jfr.internal.,\
+                   jdk.management.jfr.internal.
 #
 # Determines whether this properties file can be appended to
 # or overridden on the command line via -Djava.security.properties
 #
 security.overridePropertiesFile=true
< prev index next >