Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
/ jdk22 Public archive

Commit 6951987

Browse files
committedJan 11, 2024
8320788: The system properties page is missing some properties
Reviewed-by: rriggs, iris Backport-of: 3bd9042054116365323912ed5867b70936fe85c4
1 parent 3422283 commit 6951987

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/java.base/share/classes/java/lang/System.java

+5
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@
5757
import java.security.ProtectionDomain;
5858
import java.util.Collections;
5959
import java.util.List;
60+
import java.util.Locale;
6061
import java.util.Map;
6162
import java.util.Objects;
6263
import java.util.Properties;
@@ -813,6 +814,10 @@ public static native void arraycopy(Object src, int srcPos,
813814
* Note that even if the security manager does not permit the
814815
* {@code getProperties} operation, it may choose to permit the
815816
* {@link #getProperty(String)} operation.
817+
* <p>
818+
* Additional locale-related system properties defined by the
819+
* {@link Locale##default_locale Default Locale} section in the {@code Locale}
820+
* class description may also be obtained with this method.
816821
*
817822
* @apiNote
818823
* <strong>Changing a standard system property may have unpredictable results

0 commit comments

Comments
 (0)