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

-XX:[+|-]UseZlibNX

AIX® with IBM POWER9® and later only

This option enables or disables the adding of the zlibNX library directory location to the LIBPATH environment variable.

Syntax

    -XX:[+|-]UseZlibNX
Setting Effect Default
-XX:+UseZlibNX Enable yes
-XX:-UseZlibNX Disable

Explanation

AIX system adds the zlibNX library location, if available, to the LIBPATH variable by default. But having the zlibNX library directory location in the LIBPATH variable might cause some issues. For example, Git clone fails when executed from Java® when zlibNX is on the LIBPATH in the environment.

You can disable adding of the zlibNX library location to the LIBPATH variable with the -XX:-UseZlibNX option.

See also