Skip to content

CAUTION: This site hosts draft documentation for the next release. For published content of the latest release, visit www.eclipse.org/openj9/docs

-Dcom.ibm.enableLegacyDumpSecurity

To improve security, the security checks in the certain com.ibm.jvm.Dump APIs are now enabled by default, when the SecurityManager is enabled. Use this system property to turn off security checking for these APIs.

Syntax

    -Dcom.ibm.enableLegacyDumpSecurity=[true|false]
Setting Effect Default
true Enable yes
false Disable

Explanation

Security checking is enabled in the following APIs:

  • com.ibm.jvm.Dump.JavaDump()
  • com.ibm.jvm.Dump.HeapDump()
  • com.ibm.jvm.Dump.SnapDump()

See also