Re: RFR: 8025796: (s) hgforest.sh could trigger unbuffered output from hg without complicated machinations

2013-10-09 Thread Dmitry Samersoff
Mike, You fix looks good for me. Thank you for doing it. -Dmitry On 2013-10-10 03:03, Mike Duigou wrote: > Hello all; > > This changeset provides hgforest.sh a more consistent mechanism for ensuring > that the mercurial python instance produces unbuffered output (for timely > status). The tec

Re: RFR: JDK-8001931 The new build system whitespace cleanup

2013-10-09 Thread Tim Bell
Hi Magnus: I read the .patch files since that was the best way to see everything. Massive set of changes, but this looks good to me it if builds. Approved. Tim I found a couple of more places with the same issue, all in the jdk repository. New webrev for jdk: http://cr.openjdk.java.net/~i

Re: RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug" and wxfile support

2013-10-09 Thread Mike Duigou
On Oct 9 2013, at 19:45 , John Rose wrote: > On Oct 9, 2013, at 3:54 PM, Mike Duigou wrote: > >> Hello all; >> >> This changeset revisits webrev's integration with bugs.openjdk.java.net to >> correct problems with the scraping of bug titles from jbs html. I also >> eliminated the now obsolet

Re: RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug" and wxfile support

2013-10-09 Thread Mike Duigou
On Oct 9 2013, at 22:11 , Weijun Wang wrote: > Some of us still use wxfile to generate a single webrev for code changes in > multiple repos. Is there another way to do it? Yes, you can pipe a simple file list to webrev to have it use that list of files. I removed wxfile support in part because

Re: RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug" and wxfile support

2013-10-09 Thread Weijun Wang
Some of us still use wxfile to generate a single webrev for code changes in multiple repos. Is there another way to do it? Thanks Max On 10/10/13 6:54 AM, Mike Duigou wrote: Hello all; This changeset revisits webrev's integration with bugs.openjdk.java.net to correct problems with the scrapi

Re: RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug" and wxfile support

2013-10-09 Thread John Rose
On Oct 9, 2013, at 3:54 PM, Mike Duigou wrote: > Hello all; > > This changeset revisits webrev's integration with bugs.openjdk.java.net to > correct problems with the scraping of bug titles from jbs html. I also > eliminated the now obsolete "-O" option since bugs are now all visible on the >

Re: [8] Review Request for 8007292 : Add JavaFX internal packages to package.access

2013-10-09 Thread Joseph Darcy
On 10/9/2013 6:18 PM, David Holmes wrote: cc'ing Joe Darcy. :) Joe: there is a try-with-resources question for you below ... On 9/10/2013 11:20 PM, Sean Mullan wrote: On 10/09/2013 05:14 AM, Erik Joelsson wrote: On 2013-10-09 06:33, David Holmes wrote: In the tool this code doesn't show cor

hg: jdk8/build/jdk: 8026144: Missing mkdir in Images.gmk

2013-10-09 Thread erik . joelsson
Changeset: 28191d3ff921 Author:erikj Date: 2013-10-09 16:22 +0200 URL: http://hg.openjdk.java.net/jdk8/build/jdk/rev/28191d3ff921 8026144: Missing mkdir in Images.gmk Reviewed-by: tbell ! makefiles/Images.gmk

Re: RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug" and wxfile support

2013-10-09 Thread Joe Darcy
On 10/09/2013 03:54 PM, Mike Duigou wrote: Hello all; This changeset revisits webrev's integration with bugs.openjdk.java.net to correct problems with the scraping of bug titles from jbs html. I also eliminated the now obsolete "-O" option since bugs are now all visible on the preferred bugs.

Re: [8] Review Request for 8007292 : Add JavaFX internal packages to package.access

2013-10-09 Thread David Holmes
cc'ing Joe Darcy. :) Joe: there is a try-with-resources question for you below ... On 9/10/2013 11:20 PM, Sean Mullan wrote: On 10/09/2013 05:14 AM, Erik Joelsson wrote: On 2013-10-09 06:33, David Holmes wrote: In the tool this code doesn't show correct use of try-with-resources: 51

Re: Trivial RFR: 8026232: Move libnpt from profile compact1 to compact3

2013-10-09 Thread Mandy Chung
Looks good to me. Mandy On 10/9/2013 5:47 PM, David Holmes wrote: webrev: http://cr.openjdk.java.net/~dholmes/8026232/webrev/ libnpt.so is used for debugging and profiling but was mistakenly placed in profile compact1. It should be in compact3 along with the hprof agent that uses it (other u

Re: RFR: 8026144: Missing mkdir in Images.gmk

2013-10-09 Thread David Holmes
On 9/10/2013 11:30 PM, Erik Joelsson wrote: I just hit this race when building in jprt. Adding the standard mkdir -p lines should fix it. https://bugs.openjdk.java.net/browse/JDK-8026144 http://cr.openjdk.java.net/~erikj/8026144/webrev.jdk.01/ Hmmm. Isn't the real problem that there is a miss

Trivial RFR: 8026232: Move libnpt from profile compact1 to compact3

2013-10-09 Thread David Holmes
webrev: http://cr.openjdk.java.net/~dholmes/8026232/webrev/ libnpt.so is used for debugging and profiling but was mistakenly placed in profile compact1. It should be in compact3 along with the hprof agent that uses it (other users are in full JRE). Will push via tl repo as there is an associ

RFR: 8025796: (s) hgforest.sh could trigger unbuffered output from hg without complicated machinations

2013-10-09 Thread Mike Duigou
Hello all; This changeset provides hgforest.sh a more consistent mechanism for ensuring that the mercurial python instance produces unbuffered output (for timely status). The technique used was suggested by Dmitry Samersoff and seems to work on all platforms that I have tested it; linux, macos

RFR: 8026062 : (s) webrev.ksh: fix bug title web scraping, remove teamware, sac, "open bug" and wxfile support

2013-10-09 Thread Mike Duigou
Hello all; This changeset revisits webrev's integration with bugs.openjdk.java.net to correct problems with the scraping of bug titles from jbs html. I also eliminated the now obsolete "-O" option since bugs are now all visible on the preferred bugs.openjdk.java.net system. While I was at it

Re: code review round 0 for Full Debug Symbols on MacOS X hotspot (7165611)

2013-10-09 Thread Staffan Larsen
On 9 okt 2013, at 18:06, Daniel D. Daugherty wrote: > > On 10/9/13 9:03 AM, Daniel D. Daugherty wrote: >> Replies also inline... >> >> >> On 10/9/13 6:02 AM, David Holmes wrote: >>> inline ... >>> >>> On 9/10/2013 8:59 AM, Daniel D. Daugherty wrote: On 10/1/13 8:52 PM, David Holmes wro

Re: [8] Review Request for 8007292 : Add JavaFX internal packages to package.access

2013-10-09 Thread Sean Mullan
Updated webrev: http://cr.openjdk.java.net/~mullan/webrevs/8007292/webrev.01/ Let me know if there are any more comments, otherwise I will plan to push tomorrow. Thanks, Sean On 10/09/2013 09:20 AM, Sean Mullan wrote: On 10/09/2013 05:14 AM, Erik Joelsson wrote: Hello Sean, On 2013-10-09

Re: code review round 0 for Full Debug Symbols on MacOS X hotspot (7165611)

2013-10-09 Thread Daniel D. Daugherty
On 10/9/13 9:03 AM, Daniel D. Daugherty wrote: Replies also inline... On 10/9/13 6:02 AM, David Holmes wrote: inline ... On 9/10/2013 8:59 AM, Daniel D. Daugherty wrote: On 10/1/13 8:52 PM, David Holmes wrote: - make/bsd/makefiles/universal.gmk I did not understand the additional logic

Re: RFR: 8023611 Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1

2013-10-09 Thread Erik Joelsson
Looks good to me /Erik On 2013-10-09 16:55, Tim Bell wrote: All - Now that the Windows build changes for JDK 8 are in place, it is time to adjust the sanity checks in the old Makefiles to silence these warnings: WARNING: The official builds on windows use OS version 5.1. You appear to be u

Re: code review round 0 for Full Debug Symbols on MacOS X hotspot (7165611)

2013-10-09 Thread Daniel D. Daugherty
Replies also inline... On 10/9/13 6:02 AM, David Holmes wrote: inline ... On 9/10/2013 8:59 AM, Daniel D. Daugherty wrote: On 10/1/13 8:52 PM, David Holmes wrote: - hotspot/make/Makefile + $(EXPORT_CLIENT_DIR)/%.dSYM: $(MINIMAL1_BUILD_DIR)/%.dSYM EXPORT_CLIENT_DIR should be EXPORT_MINIMAL_

RFR: 8023611 Win32 and win64: Remove all the WARNINGS in JDK 8 builds for Windows 2008 and MSVS 2010 SP1

2013-10-09 Thread Tim Bell
All - Now that the Windows build changes for JDK 8 are in place, it is time to adjust the sanity checks in the old Makefiles to silence these warnings: WARNING: The official builds on windows use OS version 5.1. You appear to be using OS version 6.1. WARNING: The official builds on windows

Re: RFR: 8026144: Missing mkdir in Images.gmk

2013-10-09 Thread Tim Bell
Hi Erik: I just hit this race when building in jprt. Adding the standard mkdir -p lines should fix it. https://bugs.openjdk.java.net/browse/JDK-8026144 http://cr.openjdk.java.net/~erikj/8026144/webrev.jdk.01 Good catch. Looks good. Tim

RFR: 8026144: Missing mkdir in Images.gmk

2013-10-09 Thread Erik Joelsson
I just hit this race when building in jprt. Adding the standard mkdir -p lines should fix it. https://bugs.openjdk.java.net/browse/JDK-8026144 http://cr.openjdk.java.net/~erikj/8026144/webrev.jdk.01/ /Erik

Re: [8] Review Request for 8007292 : Add JavaFX internal packages to package.access

2013-10-09 Thread Sean Mullan
On 10/09/2013 05:14 AM, Erik Joelsson wrote: Hello Sean, On 2013-10-09 06:33, David Holmes wrote: Hi Sean, Not a full review. On 9/10/2013 5:52 AM, Sean Mullan wrote: Please review the fix for the following bug: https://bugs.openjdk.java.net/browse/JDK-8007292 This bug requires build ch

Re: Review Request: 8014742: Port "Server JRE" to JDK 8

2013-10-09 Thread David Holmes
On 9/10/2013 8:49 AM, Amy Wang wrote: Hi, All, Please help review the following changes for the bug 8014742: Port "Server JRE" to JDK 8 The changes are at http://cr.openjdk.java.net/~katleman/8014742/webrev.root.01 http://cr.openjdk.java.net/~katleman/8014742/webrev.jdk.01 For the record thi

Re: code review round 0 for Full Debug Symbols on MacOS X hotspot (7165611)

2013-10-09 Thread David Holmes
inline ... On 9/10/2013 8:59 AM, Daniel D. Daugherty wrote: On 10/1/13 8:52 PM, David Holmes wrote: - hotspot/make/Makefile + $(EXPORT_CLIENT_DIR)/%.dSYM: $(MINIMAL1_BUILD_DIR)/%.dSYM EXPORT_CLIENT_DIR should be EXPORT_MINIMAL_DIR. For fun you can try building minimal on OSX, but I don't kno

Re: [8] Review Request for 8007292 : Add JavaFX internal packages to package.access

2013-10-09 Thread Erik Joelsson
Hello Sean, On 2013-10-09 06:33, David Holmes wrote: Hi Sean, Not a full review. On 9/10/2013 5:52 AM, Sean Mullan wrote: Please review the fix for the following bug: https://bugs.openjdk.java.net/browse/JDK-8007292 This bug requires build changes and a new build tool to add additional r