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

Paul Sandoz psandoz at openjdk.java.net
Fri Jun 25 03:19:03 UTC 2021


On Fri, 25 Jun 2021 02:39:41 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:
> 
>   windows path

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

> 65:             "-Xmn8m", "-Xlog:library=info",
> 66:             "--add-modules=jdk.incubator.vector",
> 67:             "LoadSvmlTest$VectorTest");

Can you do `VectorTest.class.getName()` instead?

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

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


More information about the hotspot-compiler-dev mailing list