Re: Is slowdebug supposed to also compile JNI portions of JDK with -g?

2013-05-13 Thread Erik Joelsson
I've reproduced your problem. Looks like a mistake in common/autoconf/toolchain.m4. Filed JDK-8014404. /Erik On 2013-05-13 10:29, Erik Joelsson wrote: It is supposed to compile everything with debug turned on AFAIK. I will take a look. /Erik On 2013-05-09 20:10, David Chase wrote: Because

Re: Is slowdebug supposed to also compile JNI portions of JDK with -g?

2013-05-13 Thread Erik Joelsson
It is supposed to compile everything with debug turned on AFAIK. I will take a look. /Erik On 2013-05-09 20:10, David Chase wrote: Because for me it did not, at least not on a Mac. My workaround, which was not too painful because the new build seems to use fully-qualified path names: touch

Is slowdebug supposed to also compile JNI portions of JDK with -g?

2013-05-09 Thread David Chase
Because for me it did not, at least not on a Mac. My workaround, which was not too painful because the new build seems to use fully-qualified path names: touch jdk/src/share/native/java/util/zip/CRC32.c make images CONF=macosx-x86_64-normal-server-slowdebug LOG=debug ... touch jdk/src/share/nat