Skip to content

Commit 3bd9042

Browse files
committed
8320788: The system properties page is missing some properties
Reviewed-by: iris, rriggs, bpb, joehw
1 parent 525063b commit 3bd9042

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

Lines changed: 5 additions & 0 deletions
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)