RFR(S): 8224672: (lib)hsdis-<arch>.so search incorrect after JDK-8213084

Schmidt, Lutz lutz.schmidt at sap.com
Thu May 23 16:46:19 UTC 2019


Thanks for reviewing, Vladimir!
Regards,
Lutz

On 23.05.19, 18:43, "Vladimir Kozlov" <vladimir.kozlov at oracle.com> wrote:

    Looks good.
    
    Thanks
    Vladimir
    
    > On May 23, 2019, at 9:05 AM, Schmidt, Lutz <lutz.schmidt at sap.com> wrote:
    > 
    > Dear All, 
    > 
    > I would like to request reviews for this little patch, fixing an issue with finding the hsdis disassembler library:
    > 
    > Bug:    https://bugs.openjdk.java.net/browse/JDK-8224672 
    > Webrev: https://cr.openjdk.java.net/~lucy/webrevs/8224672.00/ 
    > 
    > Tracing the library search locations now shows: 
    >  Trying to load: <home>/jdk/lib/server/libhsdis-amd64.dylib
    >  Trying to load: <home>/jdk/lib/server/hsdis-amd64.dylib
    >  Trying to load: <home>/jdk/lib/hsdis-amd64.dylib
    >  Trying to load: hsdis-amd64.dylib via LD_LIBRARY_PATH or equivalent
    >  Loaded disassembler from hsdis-amd64.dylib
    > 
    > ~shade: thank you Aleksey for discovering the issue.
    > 
    > Regards,
    > Lutz
    > 
    > 
    > 
    
    



More information about the hotspot-compiler-dev mailing list