< prev index next >

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

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 @@
                jdk.internal.,\
                jdk.nashorn.internal.,\
                jdk.nashorn.tools.,\
                jdk.xml.internal.,\
                com.sun.activation.registries.,\
-               apple.
+               apple.,\
+               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

@@ -274,11 +277,14 @@
                    jdk.internal.,\
                    jdk.nashorn.internal.,\
                    jdk.nashorn.tools.,\
                    jdk.xml.internal.,\
                    com.sun.activation.registries.,\
-                   apple.
+                   apple.,\
+                   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
 #
< prev index next >