hg: jdk8/build/hotspot: 35 new changesets

2013-02-19 Thread david . katleman
Changeset: 1a0174612b49 Author:amurillo Date: 2013-02-08 08:16 -0800 URL: http://hg.openjdk.java.net/jdk8/build/hotspot/rev/1a0174612b49 8007801: new hotspot build - hs25-b19 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 8d9fc28831cc Author:dcubed Date: 2013-02-0

hg: jdk8/build/jdk: 8008481: Dependency analyzer needs exclusion for profile builds with JFR disabled

2013-02-19 Thread david . holmes
Changeset: 00b7535d743f Author:dholmes Date: 2013-02-19 17:32 -0500 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/00b7535d743f 8008481: Dependency analyzer needs exclusion for profile builds with JFR disabled Reviewed-by: alanb ! make/tools/src/build/tools/deps/refs.allowed

Re: RFR: 8008481 Dependency analyzer needs exclusion for profile builds with JFR disabled

2013-02-19 Thread David Holmes
Thanks Alan. cc'ing build-dev as this is technically build related and going into jdk8/build. David On 20/02/2013 7:04 AM, Alan Bateman wrote: On 19/02/2013 20:37, David Holmes wrote: : + +# JFR traces even in builds with JFR disabled +com.oracle.jrockit.jfr.FlightRecorder: com.sun.manageme

hg: jdk8/build/jdk: 2 new changesets

2013-02-19 Thread alan . bateman
Changeset: 6f4615fd32da Author:alanb Date: 2013-02-19 11:08 + URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/6f4615fd32da 8007097: (profiles) Build needs test to ensure that profile definitions are updated Reviewed-by: dholmes, erikj - make/tools/src/build/tools/RemoveMeth

hg: jdk8/build/jdk: 8008424: Isolate PROFILE make variable from incidental setting in the environment

2013-02-19 Thread david . holmes
Changeset: b46c75e221c7 Author:dholmes Date: 2013-02-19 06:27 -0500 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/b46c75e221c7 8008424: Isolate PROFILE make variable from incidental setting in the environment Reviewed-by: erikj, alanb ! makefiles/BuildJdk.gmk

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

2013-02-19 Thread Alan Bateman
On 19/02/2013 09:20, David Holmes wrote: On 19/02/2013 6:27 PM, Erik Joelsson wrote: Looks good to me. Thanks Erik. I guess I also need a jdk8 Reviewer ? David It looks fine to me too. -Alan.

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

2013-02-19 Thread David Holmes
On 19/02/2013 6:27 PM, Erik Joelsson wrote: Looks good to me. Thanks Erik. I guess I also need a jdk8 Reviewer ? David /Erik On 2013-02-19 03:36, David Holmes wrote: A very simple follow up fix for the Profiles work that prevents a conflict between an unrelated environment variable and the

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

2013-02-19 Thread Erik Joelsson
Looks good to me. /Erik On 2013-02-19 03:36, David Holmes wrote: 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