RFR: 8166189: Fix for Bug 8165524 breaks AIX build

Langer, Christoph christoph.langer at sap.com
Fri Sep 16 09:58:27 UTC 2016


Hi,

the fix for https://bugs.openjdk.java.net/browse/JDK-8165524 breaks the AIX build as function dladdr is not available on AIX.

There already exist ports of that API in hotspot and awt. With the proposed change I duplicate the awt port to libjli. This is maybe only a quick fix - eventually we should think about consolidating and using the hotspot port in all places by exporting it from libjvm.so for AIX.

Bug: https://bugs.openjdk.java.net/browse/JDK-8166189
Webrev: http://cr.openjdk.java.net/~clanger/webrevs/8166189.0/

Thanks
Christoph


> -----Original Message-----
> From: core-libs-dev [mailto:core-libs-dev-bounces at openjdk.java.net] On Behalf
> Of Kumar Srinivasan
> Sent: Montag, 12. September 2016 22:57
> To: core-libs-dev <core-libs-dev at openjdk.java.net>; Mandy Chung
> <mandy.chung at oracle.com>; Chris Bensen <chris.bensen at oracle.com>
> Subject: RFR: 8165524: Better detect JRE that Linux JLI will be using
> 
> Hello,
> 
> I am sponsoring this changeset for Chris Bensen of the java packager
> team, please review  fix for the launcher to  better locate java.home.
> 
> http://cr.openjdk.java.net/~ksrini/8165524/
> 
> Thanks
> Kumar



More information about the core-libs-dev mailing list