[7u communication] Plans for delivery of critical 7u fixes into CPU releases

2013-10-08 Thread Dalibor Topic
As you may already know from Nandini Ramani's blog post on 'Maintaining the security-worthiness of Java' from May [0], starting in October 2013, Java security fixes will be released under the Oracle Critical Patch Update schedule along with all other Oracle products. In other words, Java will

Re: [7u40] Request for approval for CR JDK-8025713 - Syncing indendation/comment/copyright year differences with upstream projects

2013-10-08 Thread Seán Coffey
I'm fine with pushing this change to jdk7u-dev for you Miran. Send me the committed changeset and I'll push it. regards, Sean. On 03/10/2013 22:24, Bradford Wetmore wrote: If you want to see whitespace changes, there is webrev's -b option. Brad On 10/3/2013 2:29 AM, Chris Hegarty wrote:

[7u45] Codereview request for JDK-8022868 :missing codepage Cp290 at java runtime

2013-10-08 Thread Xueming Shen
Hi, please help approve JDK-8022868: missing codepage Cp290 at java runtime This is the backport of #6614237 [1]. The 7u-dev change is slightly different for the IBM300 part (which is a dbcs charset). Since additional work (doublebyte related) has been done in jdk8, the code base of 7u and

Re: [7u60] Codereview request for JDK-8022868 :missing codepage Cp290 at java runtime

2013-10-08 Thread Jeff Dinkins
(aside: I changing the title to 7u60) Approved for 7u-dev. -jeff On Oct 8, 2013, at 11:12 AM, Xueming Shen xueming.s...@oracle.com wrote: Hi, please help approve JDK-8022868: missing codepage Cp290 at java runtime This is the backport of #6614237 [1]. The 7u-dev change is slightly

hg: jdk7u/jdk7u-dev/jaxws: 8025713: Syncing indendation/comment/copyright year differences with upstream projects

2013-10-08 Thread sean . coffey
Changeset: d9a1af9117fb Author:mkos Date: 2013-10-08 16:00 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/jaxws/rev/d9a1af9117fb 8025713: Syncing indendation/comment/copyright year differences with upstream projects Reviewed-by: coffeys, chegar !

[7u-dev] Request for approval : 8016271: wsimport -clientjar does not create portable jars on windows due to hardcoded backslash

2013-10-08 Thread Seán Coffey
I'd like to backport this to jdk7u-dev. The change applies cleanly. jdk8 changeset : - http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/e56be3a2287a - http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d2112abbb1d review thread :

[7u-dev] Request for approval : 8024952 ClassCastException in PlainSocketImpl.accept() when using custom socketImpl

2013-10-08 Thread Seán Coffey
I'd like to backport this to jdk7u-dev. The change applies cleanly. jdk8 changeset : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/368172cb6dc5 review thread : http://mail.openjdk.java.net/pipermail/net-dev/2013-October/007378.html Bug report : https://bugs.openjdk.java.net/browse/JDK-8024952

Re: [7u-dev] Request for approval : 8016271: wsimport -clientjar does not create portable jars on windows due to hardcoded backslash

2013-10-08 Thread Seán Coffey
Jeff, good point. This came from the JAX-WS project into JDK8 project and now I'm requesting a jdk7u backport. I pointed to the incorrect review thread. The review thread initially started out here via 8025054 review :

Re: [7u-dev] Request for approval : 8024952 ClassCastException in PlainSocketImpl.accept() when using custom socketImpl

2013-10-08 Thread Jeff Dinkins
Hi Sean, Approved for 7u-dev. -jeff On Oct 8, 2013, at 11:57 AM, Seán Coffey sean.cof...@oracle.com wrote: I'd like to backport this to jdk7u-dev. The change applies cleanly. jdk8 changeset : http://hg.openjdk.java.net/jdk8/tl/jdk/rev/368172cb6dc5 review thread :

hg: jdk7u/jdk7u/hotspot: 14 new changesets

2013-10-08 Thread alejandro . murillo
Changeset: b56a422bcdde Author:sla Date: 2013-09-22 06:31 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/b56a422bcdde 6989981: jstack causes fatal error: ExceptionMark destructor expects no pending exceptions Reviewed-by: sla, dsamersoff Contributed-by: Yasumasa

jdk7u60-b01: HotSpot

2013-10-08 Thread Alejandro E Murillo
hs24.60-b01 has been integrated into jdk7u60-b01. http://hg.openjdk.java.net/jdk7u/jdk7u/rev/166858d8adbf http://hg.openjdk.java.net/jdk7u/jdk7u/corba/rev/47d37ba79129 http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/62c54975ca01 http://hg.openjdk.java.net/jdk7u/jdk7u/jaxp/rev/acb5bb19d9de

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

2013-10-08 Thread alejandro . murillo
Changeset: 583e3b215735 Author:katleman Date: 2013-09-12 17:17 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u-dev/hotspot/rev/583e3b215735 Added tag jdk7u60-b00 for changeset ae4adc1492d1 ! .hgtags Changeset: 59ac98b236e9 Author:amurillo Date: 2013-10-08 09:29 -0700

Re: [7u-dev] Request for approval for CR JDK-8026061 File.createTempFile fails if prefix is absolute path

2013-10-08 Thread Dan Xu
On 10/08/2013 01:56 PM, Dan Xu wrote: Hi, This is a backport request on bug JDK-8025128 that I fixed in jdk8 several days ago. It is going to keep the method, File.createTempFile(), backward compatible. Please help review it. Thanks! Bug: https://bugs.openjdk.java.net/browse/JDK-8026061

[7u-dev] Request for approval for CR JDK-8026061 File.createTempFile fails if prefix is absolute path

2013-10-08 Thread Dan Xu
Hi, This is a backport request on bug JDK-8025128 that I fixed in jdk8 several days ago. It is going to keep the method, File.createTempFile(), backward compatible. Please help review it. Thanks! Bug: https://bugs.openjdk.java.net/browse/JDK-8026061 Webrev:

Re: [7u-dev] Request for approval for CR JDK-8026061 File.createTempFile fails if prefix is absolute path

2013-10-08 Thread Dalibor Topic
On 10/8/13 11:05 PM, Dan Xu wrote: On 10/08/2013 01:56 PM, Dan Xu wrote: Hi, This is a backport request on bug JDK-8025128 that I fixed in jdk8 several days ago. It is going to keep the method, File.createTempFile(), backward compatible. Please help review it. Thanks! Bug:

[jdk7u-dev] Request for approval: 7180557

2013-10-08 Thread Rob McKenna
Hi folks, 7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f1e31376f419 https://bugs.openjdk.java.net/browse/JDK-7180557 8 review thread: http://mail.openjdk.java.net/pipermail/net-dev/2013-September/007211.html

Re: [jdk7u-dev] Request for approval: 7180557

2013-10-08 Thread Jeff Dinkins
Hi Rob, Looks good. Approved for 7u-dev. -jeff On Oct 8, 2013, at 4:20 PM, Rob McKenna rob.mcke...@oracle.com wrote: Hi folks, 7180557: InetAddress.getLocalHost throws UnknownHostException on java7u5 on OSX webbugs http://hg.openjdk.java.net/jdk8/tl/jdk/rev/f1e31376f419