RFR(S): 8217044: [aix] Launcher still adds old path to jli library to LIBPATH
David Holmes
david.holmes at oracle.com
Tue Jan 15 12:02:58 UTC 2019
Hi Goetz,
The launcher code (and JLI) belongs to core-libs not hotspot-runtime so
need to be reviewed there.
The gtest cleanup in your follow up email could be handled separately -
I'm unclear how gtest is currently working with this apparent bug.
Thanks,
David
On 15/01/2019 9:09 pm, Lindenmaier, Goetz wrote:
> 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.
>
More information about the hotspot-runtime-dev
mailing list