-
Notifications
You must be signed in to change notification settings - Fork 722
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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. Signed-off-by: Jason Feng <fengj@ca.ibm.com>
- Loading branch information
1 parent
ab1ec9a
commit b0c2289
Showing
2 changed files
with
52 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters