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

(v0.47.0-release) JDK17+ JVM_LoadLibrary() opens shared library via J9PORT_SLOPEN_DECORATE #19921

Merged
merged 1 commit into from
Jul 26, 2024

Conversation

JasonFengJ9
Copy link
Member

JDK17+ JVM_LoadLibrary() opens shared library via J9PORT_SLOPEN_DECORATE

j9sl_open_shared_library() with the flag J9PORT_SLOPEN_DECORATE expects the incoming library name to be platform independent, i.e., it must not contain any prefix or file extension. A path to the library is supported.

Cherry-pick

Signed-off-by: Jason Feng fengj@ca.ibm.com

j9sl_open_shared_library() with the flag J9PORT_SLOPEN_DECORATE expects
the incoming library name to be platform independent, i.e., it must not
contain any prefix or file extension. A path to the library is
supported.

Signed-off-by: Jason Feng <fengj@ca.ibm.com>
@JasonFengJ9 JasonFengJ9 added this to the Java 23 (0.47) milestone Jul 25, 2024
@keithc-ca keithc-ca merged commit 464125c into eclipse-openj9:v0.47.0-release Jul 26, 2024
2 checks passed
@JasonFengJ9 JasonFengJ9 deleted the aixlib_v0.47 branch July 26, 2024 14:55
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.

2 participants