8320788: The system properties page is missing some properties
Reviewed-by: iris, rriggs, bpb, joehw
This commit is contained in:
parent
525063be90
commit
3bd9042054
@ -57,6 +57,7 @@ import java.security.PrivilegedAction;
|
||||
import java.security.ProtectionDomain;
|
||||
import java.util.Collections;
|
||||
import java.util.List;
|
||||
import java.util.Locale;
|
||||
import java.util.Map;
|
||||
import java.util.Objects;
|
||||
import java.util.Properties;
|
||||
@ -813,6 +814,10 @@ public final class System {
|
||||
* Note that even if the security manager does not permit the
|
||||
* {@code getProperties} operation, it may choose to permit the
|
||||
* {@link #getProperty(String)} operation.
|
||||
* <p>
|
||||
* Additional locale-related system properties defined by the
|
||||
* {@link Locale##default_locale Default Locale} section in the {@code Locale}
|
||||
* class description may also be obtained with this method.
|
||||
*
|
||||
* @apiNote
|
||||
* <strong>Changing a standard system property may have unpredictable results
|
||||
|
Loading…
x
Reference in New Issue
Block a user