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

Use a full path to the libjava.so #3535

Merged
merged 1 commit into from
Nov 4, 2018

Conversation

DanHeidinga
Copy link
Member

Explicitly set the full path rather than relying on the "fallback" to the
same directory as libj9port.so to work around zOS behaviour difference.

issue: #3392

Signed-off-by: Dan Heidinga daniel_heidinga@ca.ibm.com

Explicitly set the full path rather than relying on the "fallback" to the
same directory as libj9port.so to work around zOS behaviour difference.

Signed-off-by: Dan Heidinga <daniel_heidinga@ca.ibm.com>
@gacholio
Copy link
Contributor

gacholio commented Nov 4, 2018

jenkins test sanity zlinux jdk11

@gacholio gacholio merged commit 9b9d3bc into eclipse-openj9:master Nov 4, 2018
@gacholio
Copy link
Contributor

gacholio commented Nov 4, 2018

Reverted due to compile errors on non-Linux platforms.

@DanHeidinga
Copy link
Member Author

ERROR CCN3045 ./../common/system.c:416   Undeclared identifier PATH_MAX.
ERROR CCN4324 ./../common/system.c:416   Array size must have integer type.

@gacholio
Copy link
Contributor

gacholio commented Nov 5, 2018

Probably want to use EsMaxPath instead of PATH_MAX.

@DanHeidinga DanHeidinga deleted the djh/libjava branch November 5, 2018 04:19
@DanHeidinga
Copy link
Member Author

testing using EsMaxPath out now on my mac

@DanHeidinga
Copy link
Member Author

Fix in PR #3542

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants