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 this capability would be particularly helpful for diagnosing applications affected by misconfigured or unexpected security settings.
'jcmd <pid> VM.security_properties'
'jcmd <pid> VM.security_properties'