Re: CFV: New JDK 7 Updates Project Committer: Edvard Wendelin

2013-02-27 Thread Brad Wetmore
Vote: Yes Brad On 2/22/2013 6:35 AM, Dalibor Topic wrote: I hereby nominate Edvard Wendelin to JDK 7 Updates Project Committer. As one of this Project's Maintainers, Edvard has been active in this Project since its creation. He has gradually accumulated the necessary commits by contributing

Re: [7u-dev] Request for approval for CR 8005722

2013-02-27 Thread David Holmes
Hi Bill, On 28/02/2013 2:04 AM, BILL PITTORE wrote: Would like approval to backport the fix for 8005722 into hs24. Fix is identical to hs25. Fixes to hs24 don't need to get individual approval this way. Alejandro requests a bulk integration approval when pushing hs24 to 7u. You can simply p

hg: jdk7u/jdk7u/jdk: Added tag jdk7u14-b14 for changeset 3982fc37bc25

2013-02-27 Thread david . katleman
Changeset: 20fbd2f13667 Author:katleman Date: 2013-02-27 16:52 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/20fbd2f13667 Added tag jdk7u14-b14 for changeset 3982fc37bc25 ! .hgtags

hg: jdk7u/jdk7u/corba: Added tag jdk7u14-b14 for changeset 9e8bde2586a1

2013-02-27 Thread david . katleman
Changeset: a5bae874e7cd Author:katleman Date: 2013-02-27 16:51 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/a5bae874e7cd Added tag jdk7u14-b14 for changeset 9e8bde2586a1 ! .hgtags

hg: jdk7u/jdk7u/langtools: Added tag jdk7u14-b14 for changeset 5febc4e479fa

2013-02-27 Thread david . katleman
Changeset: d4e17c602f09 Author:katleman Date: 2013-02-27 16:52 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/d4e17c602f09 Added tag jdk7u14-b14 for changeset 5febc4e479fa ! .hgtags

hg: jdk7u/jdk7u/jaxws: Added tag jdk7u14-b14 for changeset a2b2e716637a

2013-02-27 Thread david . katleman
Changeset: b5c8ac5253ef Author:katleman Date: 2013-02-27 16:52 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxws/rev/b5c8ac5253ef Added tag jdk7u14-b14 for changeset a2b2e716637a ! .hgtags

hg: jdk7u/jdk7u/jaxp: Added tag jdk7u14-b14 for changeset 7038ca4959e5

2013-02-27 Thread david . katleman
Changeset: aa6fb94c5e7b Author:katleman Date: 2013-02-27 16:51 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/aa6fb94c5e7b Added tag jdk7u14-b14 for changeset 7038ca4959e5 ! .hgtags

hg: jdk7u/jdk7u: Added tag jdk7u14-b14 for changeset bb97ad0c9e5a

2013-02-27 Thread david . katleman
Changeset: b534282bd377 Author:katleman Date: 2013-02-27 16:51 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/rev/b534282bd377 Added tag jdk7u14-b14 for changeset bb97ad0c9e5a ! .hgtags

hg: jdk7u/jdk7u/hotspot: Added tag jdk7u14-b14 for changeset e3d2c238e29c

2013-02-27 Thread david . katleman
Changeset: 375a8c57a7f0 Author:katleman Date: 2013-02-27 16:51 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/375a8c57a7f0 Added tag jdk7u14-b14 for changeset e3d2c238e29c ! .hgtags

[7u] approval request for 8008764

2013-02-27 Thread Michael Fang
Requesting approval to push 8008764 into jdk7u. 8008764 : 7uX l10n resource file translation update http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8008764 webrev: http://cr.openjdk.java.net/~mfang/8008764/ Reviewed-by: naoto Since we perform resource file translation updates separately for

Re: [7u] Review request for 8008764

2013-02-27 Thread Michael Fang
Thanks Naoto. -michael On 13年02月27日 01:07 下午, Naoto Sato wrote: Looks good to me. Naoto On 2/27/13 11:20 AM, Michael Fang wrote: Hi Naoto, For now, I have reverted accessibility_ja.properties back to the previous version of file. Here's the updated webrev: http://cr.openjdk.java.net/~mfang/

Re: [7u] Review request for 8008764

2013-02-27 Thread Naoto Sato
Looks good to me. Naoto On 2/27/13 11:20 AM, Michael Fang wrote: Hi Naoto, For now, I have reverted accessibility_ja.properties back to the previous version of file. Here's the updated webrev: http://cr.openjdk.java.net/~mfang/8008764/webrev.jdk.01/ I have also submitted a bug for the English

Re: [7u] Review request for 8008764

2013-02-27 Thread Michael Fang
Hi Naoto, For now, I have reverted accessibility_ja.properties back to the previous version of file. Here's the updated webrev: http://cr.openjdk.java.net/~mfang/8008764/webrev.jdk.01/ I have also submitted a bug for the English resource file: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id

Re: [7u] Review request for 8008764

2013-02-27 Thread Naoto Sato
I think that a key in .properties simply cannot have a plain blank character. It has to be escaped with a single backquote like, "toggle\ expand" Naoto On 2/26/13 8:03 PM, Michael Fang wrote: Hi Naoto, Looks like it may be related to the space between toggle and expand on the property key of

Re: [7u] Review request for 8008764

2013-02-27 Thread Michael Fang
Hi Naoto, You are right, I also just realized about this. toggle expand = toggle expand will be interpreted as key: toggle value: expand = toggle expand. I will file a new bug for dev team who created this file. thanks, -michael On 13年02月27日 10:10 上午, Naoto Sato wrote: I think that a key in

[7u-dev] Request for approval for CR 8005722

2013-02-27 Thread BILL PITTORE
Would like approval to backport the fix for 8005722 into hs24. Fix is identical to hs25. Bug report: http://bugs.sun.com/view_bug.do?bug_id=8005722 Summary: Assert triggered in c1_LIR.cpp assert(_oprs_len[mode] < maxNumberOfOperands, "array overflow") The problem is not the assert but the fac