RFR: 8276025: Hotspot's libsvml.so may conflict with user dependency [v2]
Paul Sandoz
psandoz at openjdk.java.net
Thu Nov 4 21:05:10 UTC 2021
On Thu, 4 Nov 2021 19:49:08 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:
>> This patch removes conflicts with libsvml.so distributed with Intel's MKL library:
>> Renames exported symbols from __svml to __jsvml.
>> Renames library from libsvml.so to libjsvml.so.
>> Updates the stubGenerator_x86_64.cpp accordingly to load libjsvml.so and the renamed symbols.
>> Updates tests to look for the new library.
>>
>> Please review.
>>
>> Best Regards,
>> Sandhya
>
> Sandhya Viswanathan has updated the pull request incrementally with one additional commit since the last revision:
>
> change filename to jsvml*
I did a case insensitive regex search `[^j]svml` over the checked out PR and did not find anything relevant that was missed.
-------------
Marked as reviewed by psandoz (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/6265
More information about the build-dev
mailing list