Re: symbol JVM_SetNativeThreadName, version SUNWprivate_1.1 not defined in file libjvm.so with link time reference

2012-12-28 Thread Kelly O'Hair
"boot jdk" is needed, not a jre. -kto On Dec 28, 2012, at 9:20 AM, miten mehta wrote: > Hi, > > I download jre 6 (not jdk). Now it reports incorrectly ant version even > though I set ANT_HOME to 1.7.1 install dir. > > I set ALT_BOOTDIR to jre 6 install dir. > > Regards, > > Miten. > > >

hg: jdk8/build: 2 new changesets

2012-12-28 Thread erik . joelsson
Changeset: d5f3a6f60d51 Author:erikj Date: 2012-12-27 20:55 +0100 URL: http://hg.openjdk.java.net/jdk8/build/rev/d5f3a6f60d51 8005548: build-infra: Fix docs target on windows Summary: Fix path sep variable Reviewed-by: tbell ! common/makefiles/javadoc/Javadoc.gmk Changeset: ef6adb

hg: jdk8/build/jdk: 8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile

2012-12-28 Thread erik . joelsson
Changeset: 368fa50469da Author:erikj Date: 2012-12-28 09:51 +0100 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/368fa50469da 8005549: build-infra: Merge NewMakefile.gmk and common/makefiles/Makefile Reviewed-by: ohair, tbell ! makefiles/BuildJdk.gmk

Re: symbol JVM_SetNativeThreadName, version SUNWprivate_1.1 not defined in file libjvm.so with link time reference

2012-12-28 Thread miten mehta
Hi, I download jre 6 (not jdk).  Now it reports incorrectly ant version even though I set ANT_HOME to 1.7.1 install dir. I set ALT_BOOTDIR to jre 6 install dir. Regards, Miten. From: miten mehta To: build-dev Sent: Friday, December 28, 2012 9:53 PM Subj

Re: symbol JVM_SetNativeThreadName, version SUNWprivate_1.1 not defined in file libjvm.so with link time reference

2012-12-28 Thread miten mehta
do I need jdk 6 only as bootstrap jdk.  I cannot use jdk 7 from oracle as bootstrap jdk for building openjdk 7 ? From: miten mehta To: build-dev Sent: Friday, December 28, 2012 9:27 PM Subject: symbol JVM_SetNativeThreadName, version SUNWprivate_1.1 not def

symbol JVM_SetNativeThreadName, version SUNWprivate_1.1 not defined in file libjvm.so with link time reference

2012-12-28 Thread miten mehta
Hi, I am building openjdk-7-fcs-src-b147-27_jun_2011.zip with oracle bootstrap jdk javamitenm@pinkydebian:~$ java -version java version "1.7.0_04" Java(TM) SE Runtime Environment (build 1.7.0_04-b20) Java HotSpot(TM) Client VM (build 23.0-b21, mixed mode) mitenm@pinkydebian:~$ I got following

Re: Review Request: 8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting

2012-12-28 Thread Tim Bell
Looks good to me. Tim On 12/28/12 04:39, Erik Joelsson wrote: I picked the variable that will have the values that match the targets in hotspot. The difference is jvmg vs debug. For other platforms, the target list will look something like: jvmg jvmg1 docs export_debug For mac it's just: u

Re: Review Request: 8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting

2012-12-28 Thread Kelly O'Hair
Looks ok. -kto On Dec 28, 2012, at 2:48 AM, Erik Joelsson wrote: > Small fix for setting the correct hotspot target when building debug. > > http://cr.openjdk.java.net/~erikj/8004490/webrev.01/ > > /Erik

Re: Review Request: 8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting

2012-12-28 Thread Erik Joelsson
I picked the variable that will have the values that match the targets in hotspot. The difference is jvmg vs debug. For other platforms, the target list will look something like: jvmg jvmg1 docs export_debug For mac it's just: universal_debug The universal targets for mac aren't on the same

Re: Review Request: 8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting

2012-12-28 Thread David Holmes
On 28/12/2012 8:48 PM, Erik Joelsson wrote: Small fix for setting the correct hotspot target when building debug. http://cr.openjdk.java.net/~erikj/8004490/webrev.01/ Why is it: HOTSPOT_TARGET=universal_${HOTSPOT_EXPORT} not HOTSPOT_TARGET=universal_${HOTSPOT_DEBUG_LEVEL} ? David /Eri

Review Request: 8004490: build-infra: mac: hotspot is always built in product, regardless of --with-debug-level setting

2012-12-28 Thread Erik Joelsson
Small fix for setting the correct hotspot target when building debug. http://cr.openjdk.java.net/~erikj/8004490/webrev.01/ /Erik

Re: Client VM for 64 bit linux

2012-12-28 Thread Erik Joelsson
On 2012-12-28 06:35, Helbrass wrote: On Fri, 28 Dec 2012 01:04:05 +0200, David Holmes wrote: On 28/12/2012 6:26 AM, Helbrass wrote: Hi Phil, First of all, you're always building both server and client for 32 bit, what's the big deal with always building it for 64 bit? Time and space. But

Re: Debug Info in class files

2012-12-28 Thread Erik Joelsson
On 2012-12-28 02:47, Mani Sarkar wrote: Hi guys, I have been following this thread and would like to see some examples on using the below (-g and/or DEBUG_CLASSFILES=true options when running the make command with the new build-infra system). This variable only works with the old build system