The jcmd tool currently provides several valuable diagnostic commands, such as VM.system_properties, which exposes system properties at runtime. However, there is no equivalent command for retrieving security properties. Adding a unified command with capability of either would also be helpful in diagnosing applications affected by misconfigured or unexpected security settings.
'jcmd <pid> VM.properties -system -securituy'
'jcmd <pid> VM.properties -system -securituy'
- csr for
-
JDK-8376134 Add jcmd VM.security_properties command
-
- Draft
-
- duplicates
-
JDK-8356782 Introduce debug logs for InetAddress cache policy
-
- Closed
-
- relates to
-
JDK-8356782 Introduce debug logs for InetAddress cache policy
-
- Closed
-
- links to
-
Review(master)
openjdk/jdk/29124