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

2013-02-18 Thread Erik Joelsson
On 2013-02-15 18:12, Mike Duigou wrote: A couple of comments; - Can you reverse steps #2 and #3? Having the hard cap last makes more sense. I agree and will do. - In JDK-8007327 I requested some memory size definitions such as MEMORY_SIZE_NORMAL_HEAP for sizing of JVM heaps. The explicit "1

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

2013-02-18 Thread Erik Joelsson
New webrev: http://cr.openjdk.java.net/~erikj/8004352/webrev.root.02/ Moved the cap last. Changed the 1000 to 1100. Also scaling down to 90% is only done when cores is the limiting factor. I read your bug and now I understand what you mean about the constants. I agree that would be a good id

hg: jdk8/build: 2 new changesets

2013-02-18 Thread erik . joelsson
Changeset: ffb4d2e95140 Author:erikj Date: 2013-02-15 10:40 +0100 URL: http://hg.openjdk.java.net/jdk8/build/rev/ffb4d2e95140 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac Reviewed-by: ohair ! common/autoconf/generated-configure.sh ! common/autoconf/spec.gmk.in

hg: jdk8/build/jdk: 4 new changesets

2013-02-18 Thread erik . joelsson
Changeset: 90707943f83c Author:erikj Date: 2013-02-15 10:41 +0100 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/90707943f83c 8005879: Add -DMAC_OS_X_VERSION_MAX_ALLOWED=1070 to builds on Mac Reviewed-by: ohair ! make/common/Defs-macosx.gmk Changeset: 9a693ebd5595 Author:e

hg: jdk8/build: 6 new changesets

2013-02-18 Thread david . holmes
Changeset: b80abec66e70 Author:bpatel Date: 2013-01-21 00:29 -0500 URL: http://hg.openjdk.java.net/jdk8/build/rev/b80abec66e70 8006124: javadoc/doclet should be updated to support profiles Reviewed-by: jjg, dholmes ! common/makefiles/javadoc/Javadoc.gmk Changeset: 7ed0c9db6943 Aut

hg: jdk8/build/langtools: 4 new changesets

2013-02-18 Thread david . holmes
Changeset: 5f0731e4e5e6 Author:bpatel Date: 2013-01-21 00:45 -0500 URL: http://hg.openjdk.java.net/jdk8/build/langtools/rev/5f0731e4e5e6 8006124: javadoc/doclet should be updated to support profiles Reviewed-by: jjg ! src/share/classes/com/sun/tools/doclets/formats/html/AbstractPa

hg: jdk8/build/jdk: 14 new changesets

2013-02-18 Thread david . holmes
Changeset: 32549d339437 Author:bpatel Date: 2013-01-21 00:31 -0500 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/32549d339437 8006124: javadoc/doclet should be updated to support profiles Reviewed-by: jjg, dholmes ! make/docs/Makefile Changeset: 80afadbf967d Author:alanb

JEP 161 SE Compact Profiles has pushed to jdk8/build forest

2013-02-18 Thread David Holmes
The implementation support for the Reference Implementation of the SE Compact Profiles described by: http://openjdk.java.net/jeps/161 has now been pushed to the jdk8/build forest ready for integration with jdk8/jdk8 in time for b78. This reference implementation is for the Linux platform onl

XS RFR: 8008424: Isolate PROFILE make variable from incidental setting in the environment

2013-02-18 Thread David Holmes
A very simple follow up fix for the Profiles work that prevents a conflict between an unrelated environment variable and the make variable: http://cr.openjdk.java.net/~dholmes/8008424/webrev/ Inline: --- old/makefiles/BuildJdk.gmk 2013-02-18 21:32:55.022943673 -0500 +++ new/makefiles/BuildJdk