New lead for the JDK 7u Project: Andrew Brygin

2020-11-04 Thread Tim Bell
Build Infrastructure Group is sponsor of the project. As Group Leader [4], I would like to nominate Andrew Brygin [5] to be the new Project Lead. The Build Infrastructure Group is the only sponsoring group for this project. The nomination is automatically approved. Tim Bell [1]

JDK 7u Project Lead

2020-10-30 Thread Tim Bell
involved in the project, the nomination is automatically approved. What remains to be done will be sending out an announcement to notify the Registrar and have it recorded. Tim Bell [1] https://mail.openjdk.java.net/pipermail/jdk7u-dev/2020-August/011040.html [2] https://mail.openjdk.java.net

Re: CFV: New OpenJDK7u Reviewer: Omair Majid

2015-08-19 Thread Tim Bell
On 08/19/15 08:40, Andrew Hughes wrote: I hereby nominate Omair Majid (OpenJDK user name: omajid) to OpenJDK 7u Reviewer. Vote: yes Tim

New lead for the JDK 7 Update Releases Project: Andrew Haley

2015-05-28 Thread Tim Bell
Dalibor Topic has resigned as lead for the JDK 7 Updates Project [1]. Under the bylaws for Project Roles [2], a new Project Lead may be nominated by the Group Leads of the Project's sponsoring groups. The Build Infrastructure Group is sponsor of the project. As Group Lead, I would like to no

hg: jdk7u/jdk7u-dev/jdk: 8013098: [macosx] localized aqua_xx.properties are not included in rt.jar

2014-05-06 Thread tim . bell
Changeset: a94db199e8a9 Author:erikj Date: 2014-05-06 15:12 + URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/a94db199e8a9 8013098: [macosx] localized aqua_xx.properties are not included in rt.jar Reviewed-by: tbell ! make/com/apple/osxui/Makefile ! make/common/internal

Re: RFR: JDK-8013098: [macosx] localized aqua_xx.properties are not included in rt.jar

2014-05-06 Thread Tim Bell
Hi Erik: Please review this fix for jdk7u. The localized versions of com/apple/laf/resources/aqua.properties are not included in the built product while available in the source. The reason for this is that no LOCALE_SET_DEFINITION is set in make/com/apple/osxui/Makefile, which causes make/com

hg: jdk7u/jdk7u-dev/jdk: 8029304: JFR broken in 7u train for JDK Linux for ARM or OpenJDK

2013-12-04 Thread tim . bell
Changeset: 8e9e7fd8463e Author:erikj Date: 2013-12-04 09:45 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/8e9e7fd8463e 8029304: JFR broken in 7u train for JDK Linux for ARM or OpenJDK Reviewed-by: collins, dholmes, tbell ! make/com/oracle/Makefile ! make/common/Rele

hg: jdk7u/jdk7u40-dev: 8012366: Fix for 8007815 breaks down when only building OpenJDK (without deploy and install forests)

2013-07-17 Thread tim . bell
Changeset: f6f6f414cdfe Author:tbell Date: 2013-07-17 06:06 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u40-dev/rev/f6f6f414cdfe 8012366: Fix for 8007815 breaks down when only building OpenJDK (without deploy and install forests) Reviewed-by: dholmes, robilad ! Makefile

[7u40] Request for phase 2 approval for 8012366: Fix for 8007815 breaks down when only building OpenJDK (without deploy and install forests)

2013-07-16 Thread Tim Bell
This is a request to fix 8012366. This regression was introduced in 7u40 (by me, sadly) with my fix for 8007815. I'd like to fix it here and now, and then we can all move on. Bug: http://bugs.sun.com/view_bug.do?bug_id=8012366 Webrev: http://cr.openjdk.java.net/~tbell/8012366/webrev.02/ Revie

Re: Request for review and approval to fix 8012366 in 7update

2013-07-10 Thread Tim Bell
jdk7u/file/tip/Makefile -kto On Jul 8, 2013, at 12:03 PM, Tim Bell wrote: All- My fix for 8007815 [1] did not handle the case of an OpenJDK build that does not have the closed source trees. If a user tries to build that far, the build will fail with "cd: can't cd to ./install/mak

Request for review and approval to fix 8012366 in 7update

2013-07-08 Thread Tim Bell
All- My fix for 8007815 [1] did not handle the case of an OpenJDK build that does not have the closed source trees. If a user tries to build that far, the build will fail with "cd: can't cd to ./install/make/installer/binaries/linux" This is a request for review and approval to fix 8012366

Re: RFR (XS): 8019155 Update makefiles with correct jfr packages

2013-06-26 Thread Tim Bell
Looks good to me as well. Tim On 06/26/13 05:32 AM, David Holmes wrote: +1 from me. David On 26/06/2013 6:08 PM, Staffan Larsen wrote: Thanks Erik and Markus. Widening the audience to get the required number of reviewers. Thanks, /Staffan On 26 jun 2013, at 10:02, Erik Joelsson wrote:

Re: [7u] Request for approval for back port of 8008535 : JDK7 Printing : CJK and Latin Text in a string overlap.

2013-05-29 Thread Tim Bell
Phil, Seán My fault, sorry. You already saw and approved this. As mailing list administrator, I meant to drop the old mail but in this case I approved it instead. Tim On 05/29/13 02:58 PM, Seán Coffey wrote: I've just seen this come through on the jdk7u-dev mailing list now. Looks like

Re: RFR: 8014969: Use open man pages when DISABLE_COMMERCIAL_FEATURES=true

2013-05-23 Thread Tim Bell
Erik: Please review open part of these changes. http://cr.openjdk.java.net/~erikj/8014969/webrev.jdk.01 Looks good to me. Tim

Re: Review Request : CR8014129

2013-05-08 Thread Tim Bell
Hi Amy: Please help review the following changes: CR8014129 : makefile changes to allow integration of new features The changes are at : http://cr.openjdk.java.net/~katleman/8014129/hotspot/webrev/

Request for approval for CRs 8007815 and 8007878

2013-04-09 Thread Tim Bell
This is a retroactive request for a fix that was pushed to a closed 7 update forest first, which is why I forgot to apply at the time. The changes were done to support the umbrella bug report 6995068 http://bugs.sun.com/view_bug.do?bug_id=6995068 These are minor top level changes that will onl

hg: jdk7u/jdk7u-dev/jdk: 2 new changesets

2013-02-14 Thread tim . bell
Changeset: 2b405fdb2a6d Author:erikj Date: 2013-02-14 10:03 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/2b405fdb2a6d 8007450: Add build support for different man pages for OpenJDK and OracleJDK Reviewed-by: tbell, ohair ! make/common/Release.gmk Changeset: 2f5d66

[7u] Request for approval for CR 8007450 - Add build support for different man pages for OpenJDK and OracleJDK

2013-02-13 Thread Tim Bell
://mail.openjdk.java.net/pipermail/build-dev/2013-February/007898.html Thanks- Tim Bell

Re: Review Request: 8007450: Add build support for different man pages for OpenJDK and OracleJDK

2013-02-04 Thread Tim Bell
Hi Erik: CLOSED_PLATFORM_SRC can't be used in this case since it points to the solaris directory for linux. I changed to at least use CLOSED_SRC instead. Verified on both solaris and linux, open and closed. http://cr.openjdk.java.net/~erikj/8007450/webrev.jdk.02/ Looks good. Tim /Erik O

Re: {mailer issue} Fwd: Re: Request for approval: 7190219 (bf) CharBuffer.put(String, int, int) modifies position even if BufferOverflowException thrown

2012-09-04 Thread Tim Bell
Hi Seán: On a totally unrelated note... I cc'ed Alan in the below email but the openJDK mailer seems to strip out cc recipients if they're on the openJDK alias. (from what I can make out) - This doesn't help folks who might have filters set up for "to or cc:" fields. any ideas on whether t

Re: Review for 7182971

2012-07-11 Thread Tim Bell
brev: http://cr.openjdk.java.net/~bpatel/7182971/webrev.00/ Looks fine to me. cheers, dalibor topic Looks good to me as well, so now you have your second reviewer. Regards- Tim Bell

Re: Need reviewer and approval - jaxws drop bundle removal

2012-05-11 Thread Tim Bell
Hi Kelly This webrev folds the 2 source drops for jaxws back into the jdk7-dev/jaxws repository: http://cr.openjdk.java.net/~ohair/openjdk7u/jaxws-no-drop/webrev/ I've left out the final steps on pulling in the sources, makes too big of a webrev: sh ./make/scripts/update_src.sh hg

Re: Need reviewer and approval

2012-05-11 Thread Tim Bell
Hi Kelly: 7168374: Upgrade of XML components to JAXB 2.2.4-2, SAAJ 1.3.16, JAXWS 2.2.4-1 http://cr.openjdk.java.net/~ohair/openjdk7u/jaxws224/webrev/ I plan on pushing it intohttp://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxws The JAX-WS team does not have OpenJDK usernames yet, so I need some