Skip to content

Commit d0a7938

Browse files
committed
8286575: Document how properties in java.security are parsed
Reviewed-by: mullan
1 parent 5c33454 commit d0a7938

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: src/java.base/share/conf/security/java.security

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@
2525
#
2626
# If this properties file fails to load, the JDK implementation will throw
2727
# 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.
2831

2932
# In this file, various security properties are set for use by
3033
# java.security classes. This is where users can statically register

0 commit comments

Comments
 (0)