We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c33454 commit d0a7938Copy full SHA for d0a7938
src/java.base/share/conf/security/java.security
@@ -25,6 +25,9 @@
25
#
26
# If this properties file fails to load, the JDK implementation will throw
27
# an unspecified error when initializing the java.security.Security class.
28
+# Properties in this file are typically parsed only once. If any of the
29
+# properties are modified, applications should be restarted to ensure the
30
+# changes are properly reflected.
31
32
# In this file, various security properties are set for use by
33
# java.security classes. This is where users can statically register
0 commit comments