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

David Holmes dholmes at openjdk.java.net
Fri Jun 25 04:46:04 UTC 2021


On Fri, 25 Jun 2021 04:38:27 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:
> 
>   Implement review comments

test/jdk/jdk/incubator/vector/LoadSvmlTest.java line 74:

> 72:           output.shouldMatch("Loaded library .*svml.dll");
> 73:         else
> 74:           output.shouldMatch("Loaded library .*libsvml.so");

You could just check for .*svml.* and not worry about dll vs so. That should suffice and keeps the test simpler.

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

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


More information about the hotspot-runtime-dev mailing list