JDK 11 hotspot build fails with "Undefined symbol" on AIX

2018-04-10 Thread Bhaktavatsal R Maram
libjvm.loadmap Description: Binary data

Re: JDK 11 hotspot build fails with "Undefined symbol" on AIX

2018-04-10 Thread Bhaktavatsal R Maram
Hi Thomas, Thank you. It worked! One question, hotspot source in jdk/hs and jdk/jdk won't be in sync? - Bhaktavatsal Reddy -"Thomas Stüfe" <thomas.stu...@gmail.com> wrote: - To: "hotspot-runtime-...@openjdk.java.net" <hotspot-runtime-...@openjdk.ja

Re: JDK 11 hotspot build fails with "Undefined symbol" on AIX

2018-04-10 Thread Bhaktavatsal R Maram
(sp) { find_codeblob_and_set_pc_and_deopt_state(pc); // also sets _fp and adjusts _unextended_sp } Thanks, Bhaktavatsal Reddy -David Holmes <david.hol...@oracle.com> wrote: - To: Bhaktavatsal R Maram <bhama...@in.ibm.com>, "hotspot-runtime-...@openjdk.java.net&

Re: JDK 11 hotspot build fails with "Undefined symbol" on AIX

2018-04-10 Thread Bhaktavatsal R Maram
(sp) { find_codeblob_and_set_pc_and_deopt_state(pc); // also sets _fp and adjusts _unextended_sp } Thanks, Bhaktavatsal Reddy -David Holmes <david.hol...@oracle.com> wrote: - To: Bhaktavatsal R Maram <bhama...@in.ibm.com>, "hotspot-runtime-...@openjdk.java.net&

Re: RFR : 8202322: AIX: symbol visibility flags not support on xlc 12.1

2018-04-26 Thread Bhaktavatsal R Maram
Hi Matthias, Its right in time. I am facing "Undefined Symbol" errors with XLC 13.1 due to "-qvisibility=hidden" which hides all symbols by default. I workaround that by removing this flag -bash-4.4$ xlC -qversion IBM XL C/C++ for AIX, V13.1.3 (5725-C72, 5765-J07) Version: 13.01.0003.

RE: RFR : 8202322: AIX: symbol visibility flags not support on xlc 12.1

2018-04-26 Thread Bhaktavatsal R Maram
t> From: "Baesken, Matthias" <matthias.baes...@sap.com> Date: 04/26/2018 08:23PM Cc: "Simonis, Volker" <volker.simo...@sap.com>, Bhaktavatsal R Maram <bhama...@in.ibm.com> Subject: RE: RFR : 8202322: AIX: symbol visibility flags not support on xlc