jdk7u6-b14 l10n integration complete

2012-06-12 Thread Michael Fang
http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/696ff60b4346 http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/cb80eb22fe0a http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/ebcacb329bd3 --- PIT testing has been performed for the bug fixes. 7175367 java/localization NLS: 7u6 message drop10 inte

hg: jdk7u/jdk7u/langtools: 3 new changesets

2012-06-12 Thread michael . fang
Changeset: 287aa207df3e Author:jjh Date: 2012-06-01 14:55 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/langtools/rev/287aa207df3e 7159016: Static import of member in processor-generated class fails in JDK 7 Reviewed-by: jjg ! src/share/classes/com/sun/tools/javac/comp/MemberEn

hg: jdk7u/jdk7u/jdk: 2 new changesets

2012-06-12 Thread michael . fang
Changeset: cb80eb22fe0a Author:mfang Date: 2012-06-12 13:02 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/jdk/rev/cb80eb22fe0a 7175367: NLS: 7u6 message drop10 integration Reviewed-by: yhuang ! src/macosx/classes/com/apple/laf/resources/aqua_de.properties ! src/macosx/classes/c

hg: jdk7u/jdk7u/corba: 2 new changesets

2012-06-12 Thread michael . fang
Changeset: 696ff60b4346 Author:mfang Date: 2012-06-12 12:20 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/696ff60b4346 7175367: NLS: 7u6 message drop10 integration Reviewed-by: yhuang ! src/share/classes/com/sun/corba/se/impl/orbutil/resources/sunorb_de.properties ! s

hg: jdk7u/jdk7u-dev/jdk: 7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing

2012-06-12 Thread ahughes
Changeset: 44de1584da44 Author:andrew Date: 2012-05-30 16:17 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/44de1584da44 7171223: Building ExtensionSubtables.cpp should use -fno-strict-aliasing Summary: GCC 4.4+ have stricter aliasing requirements which produces a new

jdk7u6-b14: HotSpot

2012-06-12 Thread Alejandro E Murillo
hs23.2-b05 has been integrated into jdk7u6-b14. http://hg.openjdk.java.net/jdk7u/jdk7u/rev/eff9ea1ca63d http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/7098d2b1ef63 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/6b0f17814138 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/da79c0fdf9a8 http:/

hg: jdk7u/jdk7u/hotspot: 9 new changesets

2012-06-12 Thread john . coomes
Changeset: 6ede6e312f74 Author:amurillo Date: 2012-06-01 12:36 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/6ede6e312f74 7173436: new hotspot build - hs23.2-b05 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 4cbb838572a3 Author:mikael Date: 2012-0

hg: jdk7u/jdk7u-dev/hotspot: 9 new changesets

2012-06-12 Thread john . coomes
Changeset: 6ede6e312f74 Author:amurillo Date: 2012-06-01 12:36 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/6ede6e312f74 7173436: new hotspot build - hs23.2-b05 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 4cbb838572a3 Author:mikael Date: 20

Re: [7u6] Request for approval for bulk integration of hs23.2-b05

2012-06-12 Thread Edvard Wendelin
Approved! On Jun 9, 2012, at 1:26 AM, Alejandro E Murillo wrote: > Requesting approval to integrate hs23.2-b05 into jdk7u6-b14. > > A webrev is available at: > > http://cr.openjdk.java.net/~amurillo/7u6/hs23.2-b05-jdk7u6-b14.webrev/ > > Pre-integration testing is in progress; the integration

hg: jdk7u/jdk7u-dev/jaxp: 7157610: NullPointerException occurs when parsing XML doc

2012-06-12 Thread huizhe . wang
Changeset: 7adc0347cb95 Author:joehw Date: 2012-06-12 11:03 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/7adc0347cb95 7157610: NullPointerException occurs when parsing XML doc Summary: recovers what was the original disallow-doctype-decl, reporting error when disa

hg: jdk7u/jdk7u-dev/jaxp: 7144423: StAX EventReader swallows the cause of error

2012-06-12 Thread huizhe . wang
Changeset: 0a1789d9f5be Author:joehw Date: 2012-06-12 11:00 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxp/rev/0a1789d9f5be 7144423: StAX EventReader swallows the cause of error Summary: make sure the cause of the error is properly reported Reviewed-by: lancea, psandoz

Re: [7u6] request for approval (JAXP) : 7144423: StAX EventReader swallows the cause of error

2012-06-12 Thread Joe Wang
Thanks! On 6/12/2012 10:46 AM, Edvard Wendelin wrote: Looks good. On Jun 12, 2012, at 7:25 PM, Joe Wang wrote: Hi, I would like to request for approval to push a patch to fix 7144423. The patch has been in jaxp standalone for a while. It was to make sure the cause of the error is properly

Re: [7u6] request for approval (JAXP) : 7144423: StAX EventReader swallows the cause of error

2012-06-12 Thread Edvard Wendelin
Looks good. On Jun 12, 2012, at 7:25 PM, Joe Wang wrote: > Hi, > > I would like to request for approval to push a patch to fix 7144423. The > patch has been in jaxp standalone for a while. It was to make sure the cause > of the error is properly reported. > > Bug: http://bugs.sun.com/view_b

[7u6] request for approval (JAXP) : 7144423: StAX EventReader swallows the cause of error

2012-06-12 Thread Joe Wang
Hi, I would like to request for approval to push a patch to fix 7144423. The patch has been in jaxp standalone for a while. It was to make sure the cause of the error is properly reported. Bug: http://bugs.sun.com/view_bug.do?bug_id=7144423 Webrev: http://cr.openjdk.java.net/~joehw/7u6/71437

hg: jdk7u/jdk7u-dev/jdk: 7147407: remove never used debug code in DnsClient.java

2012-06-12 Thread xuelei . fan
Changeset: 32e41a5f855c Author:xuelei Date: 2012-06-12 07:34 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/32e41a5f855c 7147407: remove never used debug code in DnsClient.java Reviewed-by: vinnie ! src/share/classes/com/sun/jndi/dns/DnsClient.java

hg: jdk7u/jdk7u-dev/jdk: 7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true

2012-06-12 Thread rob . mckenna
Changeset: 76e4b7ec02ee Author:robm Date: 2012-06-11 22:13 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jdk/rev/76e4b7ec02ee 7161881: (dc) DatagramChannel.bind(null) fails if IPv4 socket and running with preferIPv6Addresses=true Reviewed-by: alanb, chegar ! src/share/clas

Re: [7u6] Request for approval for CR 7174645 Could not enable access bridge in Win XP - 32 bit

2012-06-12 Thread Artem Ananiev
Thanks, Kelly, for confirmation about /MD vs /MT. The fix now looks fine. Ragini, please, either mark this CR with the "8-na" keyword, or explicitly open a new SubCR targeted to JDK8, if the fix is also applicable to that release. Thanks, Artem On 6/9/2012 2:20 AM, Ragini Prasad wrote: R

Re: [7u6] Request for Approval : 7175367: NLS: 7u6 message drop10 integration

2012-06-12 Thread Edvard Wendelin
Thanks for pointing out the jdk 8 plan. Approved. Cheers, Edvard On 06/12/2012 05:04 AM, Michael Fang wrote: Request for approval to push l10n message drop10 translation updates into 7u6. The translation update is specific to jdk7u6. There will be separate translation update scheduled for j

Re: [7u6] Request for approval for CR 7171223 - Building ExtensionSubtables.cpp should use -fno-strict-aliasing

2012-06-12 Thread Edvard Wendelin
Looks good! Cheers, Edvard On 06/12/2012 01:20 AM, Andrew Hughes wrote: Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=7171223 Changeset: http://hg.openjdk.java.net/jdk8/2d/jdk/rev/c892ca15ca52 Review thread: http://mail.openjdk.java.net/pipermail/2d-dev/2012-May/002517.html Reviewers

Re: [7u6] request for approval (JAXP) : 7157610: NullPointerException occurs when parsing XML doc

2012-06-12 Thread Edvard Wendelin
Approved. On 06/12/2012 12:45 AM, Joe Wang wrote: Hi, This is a request for approval to fix 7157610. The patch recovers what was the original disallow-doctype-decl, reporting error when disallow-doctype-decl is true, and change everything else that was added for SupportDTD to be governed by