RFR(S): 8217044: [aix] Launcher still adds old path to jli library to LIBPATH

Lindenmaier, Goetz goetz.lindenmaier at sap.com
Tue Jan 15 12:49:13 UTC 2019


Hi,



As AIX does not know $ORIGIN the path to libjli must be in LIBPATH. libjli though has been moved from lib/jli/ to lib/. The path to lib/ is added to LIBPATH anyways, so we can remove the special case for AIX.



Please review this small cleanup.

http://cr.openjdk.java.net/~goetz/wr19/8217044-aixLauncher/01/



Best regards,

  Goetz.



(I posted this to hotspot-runtime-dev before, but seems to be placed better here)
http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/2019-January/032109.html



More information about the core-libs-dev mailing list