Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Look for -XX:[+/-]UseZlibNX on AIX #699

Merged
merged 1 commit into from
Sep 22, 2023
Merged

Conversation

pshipton
Copy link
Member

AIX puts zlibNX on the LIBPATH when running on P9 or later, but having this in the environment may cause some things, such as git clone, to fail when exec'ed from Java. For example,
fatal: pack has bad object at offset 3872100: inflate returned -5

Backport of ibmruntimes/openj9-openjdk-jdk#664

AIX puts zlibNX on the LIBPATH when running on P9 or later, but having
this in the environment may cause some things, such as git clone, to
fail when exec'ed from Java. For example,
`fatal: pack has bad object at offset 3872100: inflate returned -5`

Backport of ibmruntimes/openj9-openjdk-jdk#664

Signed-off-by: Peter Shipton <Peter_Shipton@ca.ibm.com>
@keithc-ca
Copy link
Member

Jenkins compile aix jdk8

@keithc-ca
Copy link
Member

Build seems to have been successful, although it appears to be stuck (over 20 minutes as I write this) cleaning up

[2023-09-22T14:18:02.251Z] [WS-CLEANUP] Deleting project workspace...
[2023-09-22T14:18:02.251Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...

@keithc-ca
Copy link
Member

I guess I was just a little impatient: It's done now.

@keithc-ca keithc-ca merged commit 203c698 into ibmruntimes:openj9 Sep 22, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants