-
Notifications
You must be signed in to change notification settings - Fork 728
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
Implement JVM_LoadZipLibrary() #18055
Conversation
Signed-off-by: Keith W. Campbell <[email protected]>
Signed-off-by: Keith W. Campbell <[email protected]> wip Signed-off-by: Keith W. Campbell <[email protected]> Implement JVM_LoadZipLibrary() Signed-off-by: Keith W. Campbell <[email protected]>
jenkins test sanity alinux jdk21 |
jenkins test sanity win jdk8 |
I think you meant "alinux64" instead of "alinux". I'll let you decide whether the Windows build is sufficient or you want that build as well. |
If #18069 is accepted, "alinux" will be equivalent to "alinux64". |
jenkins test sanity alinux jdk21 |
#18069 is not yet merged, so if you want that aarch64 Linux build, you'll have to say "alinux64" for the time being. |
Jenkins test sanity alinux64 jdk21 |
Known failure
|
The stub had the wrong signature: this corrects it and provides an implementation.
Fixes: #17996.