[jdk17] RFR: 8269335: Unable to load svml library [v7]

Paul Sandoz psandoz at openjdk.java.net
Fri Jun 25 15:07:06 UTC 2021


On Fri, 25 Jun 2021 04:55:40 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> The OpenJDK 17 early access build from jdk.java.net fails to load svml library. 
>> We need to give full svml library path to dll_load call for the load to succeed.,
>
> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
> 
>   simplify test

All tests pass. I will talk with the build folks to find a root cause but i am confident it's more robust due to the use of `os::dll_locate_lib`.

If you can please update the test to use the class name, rather explicitly using the result of that.

-------------

Marked as reviewed by psandoz (Reviewer).

PR: https://git.openjdk.java.net/jdk17/pull/143


More information about the hotspot-runtime-dev mailing list