[jdk17] RFR: 8269335: Unable to load svml library [v6]
Sandhya Viswanathan
sviswanathan at openjdk.java.net
Fri Jun 25 04:55:43 UTC 2021
On Fri, 25 Jun 2021 04:43:08 GMT, David Holmes <dholmes at openjdk.org> wrote:
>> 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.
Updated the test accordingly. Thanks.
-------------
PR: https://git.openjdk.java.net/jdk17/pull/143
More information about the hotspot-runtime-dev
mailing list