Re: Hotspot - kind of build and how to detect?

2013-02-15 Thread Mani Sarkar
Hi David, Thanks for coming back with a response. My apologies for not being very clear on what I'm trying to achieve here. Basically my goal is to be able to populate an environment variable in any OS say in linux, that gives me the location of the any artefact under the build folder. For our

Re: Review Request: 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac

2013-02-15 Thread Erik Joelsson
On 2013-02-14 18:04, David DeHaven wrote: Here are a series of patches that adds the following to all native compile lines on macosx: -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 -DMAC_OS_X_VERSION_MIN_REQUIRED=1070 I know I'm not a reviewer, but I have an opinion anyways :) Using

Re: recent problems with JFX ant script

2013-02-15 Thread Erik Joelsson
I have seen the same type of problem building the oracle internal deploy repository. My conclusion is that when building with devenv, it interprets environment variables as case insensitive. Cygwin does not and has both lower and upper case tmp and temp defined. Devenv doesn't like having

Re: 8007436: (profiles) Add JSR-310 to Compact Profiles contents

2013-02-15 Thread Erik Joelsson
On 2013-02-15 08:24, David Holmes wrote: On 15/02/2013 3:57 AM, Alan Bateman wrote: As David mentioned in another mail, he is hoping to push the profiles work to jdk8/build next week. One update that is needed to the configuration is the changes to take account of ThreeTen (java.time.**).

Re: Review Request: 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac

2013-02-15 Thread Erik Joelsson
On 2013-02-15 09:43, Erik Joelsson wrote: On 2013-02-14 18:04, David DeHaven wrote: Here are a series of patches that adds the following to all native compile lines on macosx: -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 -DMAC_OS_X_VERSION_MIN_REQUIRED=1070 I know I'm not a reviewer, but I have

Re: recent problems with JFX ant script

2013-02-15 Thread Anthony Petrov
It's a known issue: http://javafx-jira.kenai.com/browse/RT-27210 -- best regards, Anthony On 2/15/2013 0:32, Pete Brunet wrote: I ran into two new problems building JFX on Win 7 this week: 1) I had to unset lowercase tmp and temp. Apparently there is a new problem with having duplicates,

Re: Hotspot - kind of build and how to detect?

2013-02-15 Thread David Holmes
On 15/02/2013 6:24 PM, Mani Sarkar wrote: Hi David, Thanks for coming back with a response. My apologies for not being very clear on what I'm trying to achieve here. Basically my goal is to be able to populate an environment variable in any OS say in linux, that gives me the location of the

Re: OpenJDK rebuilding on windows takes a long time

2013-02-15 Thread Dmitry Samersoff
Ioi, Approx the same task on 8GB CoreI5 laptop (Gentoo Linux, XFS, SSD drive), takes about a minute: real1m14.854s user1m43.881s sys 0m6.344s So the problem may reside in IO speed of the virtual environment. -Dmitry On 2013-02-15 06:04, Ioi Lam wrote: On 02/14/2013 02:24 AM,

Review Request: 8004352: build-infra: Limit JOBS on large machines

2013-02-15 Thread Erik Joelsson
The current default for number of parallel build jobs is just equal to the number of cores in the system. While this works well on many machines, there have been several reports of this not working. I have been trying to come up with a better scheme for the default and the following is

Review Request: 8008294: build-infra: Build-infra closed fails on solaris 11.1

2013-02-15 Thread Erik Joelsson
Small patch to enable building with a newer compiler on Solaris when closed is available. The open part of this was fixed previously in 8002365. The patch adds '-lc' to the link lines for solaris. http://cr.openjdk.java.net/~erikj/8008294/webrev.jdk.01/ /Erik

Review Request: 8008295: build-infra: Cleanup in Import.gmk

2013-02-15 Thread Erik Joelsson
Cleaning up in jdk/makefiles/Import.gmk. Removing two copies of the install-file macro which is already defined in common/makefiles/MakeBase.gmk. http://cr.openjdk.java.net/~erikj/8008295/webrev.jdk.01/ /Erik

Re: Review Request: 8008294: build-infra: Build-infra closed fails on solaris 11.1

2013-02-15 Thread David Holmes
Erik, On 15/02/2013 11:02 PM, Erik Joelsson wrote: Small patch to enable building with a newer compiler on Solaris when closed is available. The open part of this was fixed previously in 8002365. The patch adds '-lc' to the link lines for solaris. I don't understand your references to open

Re: Review Request: 8008295: build-infra: Cleanup in Import.gmk

2013-02-15 Thread Fredrik Öhrström
ok 2013/2/15 Erik Joelsson erik.joels...@oracle.com: Cleaning up in jdk/makefiles/Import.gmk. Removing two copies of the install-file macro which is already defined in common/makefiles/MakeBase.gmk. http://cr.openjdk.java.net/~erikj/8008295/webrev.jdk.01/ /Erik

Re: Review Request: 8008294: build-infra: Build-infra closed fails on solaris 11.1

2013-02-15 Thread Erik Joelsson
On 2013-02-15 14:32, David Holmes wrote: Erik, On 15/02/2013 11:02 PM, Erik Joelsson wrote: Small patch to enable building with a newer compiler on Solaris when closed is available. The open part of this was fixed previously in 8002365. The patch adds '-lc' to the link lines for solaris. I

Re: Review Request: 8008294: build-infra: Build-infra closed fails on solaris 11.1

2013-02-15 Thread David Holmes
On 16/02/2013 12:11 AM, Erik Joelsson wrote: On 2013-02-15 14:32, David Holmes wrote: Erik, On 15/02/2013 11:02 PM, Erik Joelsson wrote: Small patch to enable building with a newer compiler on Solaris when closed is available. The open part of this was fixed previously in 8002365. The patch

Re: recent problems with JFX ant script

2013-02-15 Thread Pete Brunet
Another one I've see is: ... run-vs-property-generator: [echo] Using C:\Users\Pete\JavaFX\controls\jfx\build-src\genVSproperties.bat to get VS properties. compile-native: [exec] make: uname: Command not found [exec] make: mkdir: Command not found [exec] make: *** [.build-pre]

Re: OpenJDK rebuilding on windows takes a long time

2013-02-15 Thread Alexander Scherbatiy
On 2/13/2013 8:45 PM, Kelly O'Hair wrote: You are pointing at the fastdebug jdk as your boot jdk, why? The official boot jdk for jdk8 is jdk7u7 we cannot guarantee anything else will work, although it should, when tracking down issues like this, you need to narrow down all the possible

Re: Review Request: 8004352: build-infra: Limit JOBS on large machines

2013-02-15 Thread Volker Simonis
Hi Erik, I really like these changes! Thank you for addressing these problems. Volker On Fri, Feb 15, 2013 at 1:06 PM, Erik Joelsson erik.joels...@oracle.com wrote: The current default for number of parallel build jobs is just equal to the number of cores in the system. While this works well

Re: recent problems with JFX ant script

2013-02-15 Thread Pete Brunet
I'm seeing this when using -Dbuild.debug (and Norton 360 auto-protect off). I may have not seen it a non-debug build. On 2/15/13 9:10 AM, Pete Brunet wrote: Another one I've see is: ... run-vs-property-generator: [echo] Using

Re: Review Request: 8004352: build-infra: Limit JOBS on large machines

2013-02-15 Thread Mike Duigou
A couple of comments; - Can you reverse steps #2 and #3? Having the hard cap last makes more sense. - In JDK-8007327 I requested some memory size definitions such as MEMORY_SIZE_NORMAL_HEAP for sizing of JVM heaps. The explicit 1000 should probably be replaced with the MEMORY_SIZE_NORMAL_HEAP

hg: jdk8/build/corba: Added tag jdk8-b77 for changeset 35684a40c584

2013-02-15 Thread david . katleman
Changeset: 27d6368ae8ba Author:katleman Date: 2013-02-14 11:43 -0800 URL: http://hg.openjdk.java.net/jdk8/build/corba/rev/27d6368ae8ba Added tag jdk8-b77 for changeset 35684a40c584 ! .hgtags

hg: jdk8/build: 7 new changesets

2013-02-15 Thread david . katleman
Changeset: 45d6d221 Author:katleman Date: 2013-02-14 11:43 -0800 URL: http://hg.openjdk.java.net/jdk8/build/rev/45d6d221 Added tag jdk8-b77 for changeset 3933eebc659d ! .hgtags Changeset: 8dd61906da5f Author:chegar Date: 2013-02-06 11:36 + URL:

hg: jdk8/build/jaxp: Added tag jdk8-b77 for changeset 573e789c187a

2013-02-15 Thread david . katleman
Changeset: 00958c5a7070 Author:katleman Date: 2013-02-14 11:43 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxp/rev/00958c5a7070 Added tag jdk8-b77 for changeset 573e789c187a ! .hgtags

hg: jdk8/build/jaxws: Added tag jdk8-b77 for changeset 64dfba1bad16

2013-02-15 Thread david . katleman
Changeset: 391de4c992d1 Author:katleman Date: 2013-02-14 11:43 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jaxws/rev/391de4c992d1 Added tag jdk8-b77 for changeset 64dfba1bad16 ! .hgtags

hg: jdk8/build/jdk: 48 new changesets

2013-02-15 Thread david . katleman
Changeset: c1304eb051f6 Author:katleman Date: 2013-02-14 11:44 -0800 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/c1304eb051f6 Added tag jdk8-b77 for changeset b2fc8e31cecc ! .hgtags Changeset: 37719b174e87 Author:jgodinez Date: 2013-02-06 14:45 -0800 URL:

hg: jdk8/build/langtools: 20 new changesets

2013-02-15 Thread david . katleman
Changeset: bc24411bcc37 Author:katleman Date: 2013-02-14 11:44 -0800 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/bc24411bcc37 Added tag jdk8-b77 for changeset 89c664151689 ! .hgtags Changeset: de932285124c Author:jjg Date: 2013-02-05 21:55 -0800 URL: