8286575: Document how properties in java.security are parsed

Reviewed-by: mullan
This commit is contained in:
Sean Coffey 2022-11-21 14:28:07 +00:00
parent 5c3345404d
commit d0a7938eb7

View File

@ -25,6 +25,9 @@
#
# If this properties file fails to load, the JDK implementation will throw
# an unspecified error when initializing the java.security.Security class.
# Properties in this file are typically parsed only once. If any of the
# properties are modified, applications should be restarted to ensure the
# changes are properly reflected.
# In this file, various security properties are set for use by
# java.security classes. This is where users can statically register