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-boun...@openjdk.java.net] On Behalf > Of Kumar Srinivasan > Sent: Montag, 12. September 2016 22:57 > To: core-libs-dev <core-libs-dev@openjdk.java.net>; Mandy Chung > <mandy.ch...@oracle.com>; Chris Bensen <chris.ben...@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