Re: [urgent] RFR: JDK-8145206: Configure broken on Macosx

2015-12-13 Thread Erik Joelsson
On Macosx, the utility to use is dsymutil. On Windows, debugsymbols are controlled with flags to the compiler and linker. On Linux and Solaris, we use objcopy. Each platform is different. /Erik On 2015-12-12 13:48, Yasumasa Suenaga wrote: I agree to David. If your environment does not have o

Re: [urgent] RFR: JDK-8145206: Configure broken on Macosx

2015-12-13 Thread David Holmes
On 13/12/2015 7:53 PM, Erik Joelsson wrote: On Macosx, the utility to use is dsymutil. On Windows, debugsymbols are controlled with flags to the compiler and linker. On Linux and Solaris, we use objcopy. Each platform is different. Okay so for some reason (that I probably should know) we give o

Re: RFR: 8073139 PPC64: User-visible arch directory and os.arch value on ppc64le cause issues with Java tooling

2015-12-13 Thread David Holmes
On 12/12/2015 5:05 AM, Alexander Smundak wrote: On Fri, Dec 11, 2015 at 5:57 AM, Volker Simonis wrote: I've just verified that your patch still works for linux/ppc64. I've built and smoke-tested both linux/ppc64 and ppc64le and everything looks good. So from my side this is ready to push. Than

Re: RFR (S): JDK-8142909 Integration of minor fixes from the build-infra project

2015-12-13 Thread David Holmes
Looks trivially fine to me :) Thanks, David On 12/12/2015 6:20 AM, Magnus Ihse Bursie wrote: I'm trying to resurrect this review. Here is a new version: http://cr.openjdk.java.net/~ihse/JDK-8142909-hotspot-build-infra-integration/webrev.03 I have dropped all the changes related to -g and OPT

Re: [urgent] RFR: JDK-8145206: Configure broken on Macosx

2015-12-13 Thread Magnus Ihse Bursie
On 2015-12-14 02:58, David Holmes wrote: On 13/12/2015 7:53 PM, Erik Joelsson wrote: On Macosx, the utility to use is dsymutil. On Windows, debugsymbols are controlled with flags to the compiler and linker. On Linux and Solaris, we use objcopy. Each platform is different. Okay so for some reas