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
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
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
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
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