RFR: 8012261: update policytool to support java.net.HttpURLPermission

2013-05-16 Thread Weijun Wang
Hi All Please take a look at http://cr.openjdk.java.net/~weijun/8012261/webrev.00/ which supports the new HttpURLPermission type introduced in 8010464: Evolve java networking same origin policy http://hg.openjdk.java.net/jdk8/tl/jdk/rev/93a268759ec3 Noreg-trivial. Thanks Max

hg: jdk8/tl/jdk: 4487672: (proxy) Proxy constructor should check for null argument

2013-05-16 Thread mandy . chung
Changeset: 5e8959ab64af Author:mchung Date: 2013-05-16 15:08 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e8959ab64af 4487672: (proxy) Proxy constructor should check for null argument Reviewed-by: alanb, lancea ! src/share/classes/java/lang/reflect/Proxy.java ! test/java/

hg: jdk8/tl/jdk: 6 new changesets

2013-05-16 Thread vincent . x . ryan
Changeset: 9abf5dc83823 Author:vinnie Date: 2013-05-14 18:08 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/9abf5dc83823 7194075: Various classes of sunec.jar are duplicated in rt.jar Reviewed-by: mullan, vinnie Contributed-by: Stephen Flores ! make/sun/security/ec/Makefile

hg: jdk8/tl/jdk: 8001163: [pack200] should support attributes introduced by JSR-308

2013-05-16 Thread kumar . x . srinivasan
Changeset: a13de892cefd Author:ksrini Date: 2013-05-15 18:26 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a13de892cefd 8001163: [pack200] should support attributes introduced by JSR-308 Reviewed-by: jrose ! src/share/classes/com/sun/java/util/jar/pack/Attribute.java ! src/

hg: jdk8/tl/jdk: 7150552: network test hangs [macosx]

2013-05-16 Thread kurchi . subhra . hazra
Changeset: a8be9405bb4b Author:khazra Date: 2013-05-16 10:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/a8be9405bb4b 7150552: network test hangs [macosx] Summary: Remove usage of test/sun/net/www/httptest Reviewed-by: chegar ! test/ProblemList.txt ! test/java/net/CookieH

hg: jdk8/tl/jdk: 2 new changesets

2013-05-16 Thread daniel . fuchs
Changeset: da203779cb33 Author:jgish Date: 2013-05-16 11:19 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/da203779cb33 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup Summary: Use caller's classloader to load resource as an alternative to thre

hg: jdk8/tl/jdk: 2 new changesets

2013-05-16 Thread michael . x . mcmahon
Changeset: 74f91b7f4b66 Author:michaelm Date: 2013-05-16 17:28 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/74f91b7f4b66 8012625: Incorrect handling of HTTP/1.1 " Expect: 100-continue " in HttpURLConnection Reviewed-by: alanb, chegar ! src/share/classes/sun/net/www/protoc

hg: jdk8/tl/jdk: 8014676: Java debugger may fail to run

2013-05-16 Thread dmitry . degrave
Changeset: 81c449fd18fe Author:dmeetry Date: 2013-05-16 19:28 +0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/81c449fd18fe 8014676: Java debugger may fail to run Summary: The problem is observed when the binaries for windows are placed under a path which contains a space Revi

Re: Non-standard socket options?

2013-05-16 Thread Alan Bateman
On 15/05/2013 22:28, Brian Call wrote: I just asked Neil if that option was supported for ipv6 and he said that he doesn't think so... Likely once adoption of ipv6 reaches critical mass and enough people complain, it will be added. We can only hope... Please let me know if I can be of any mor

hg: jdk8/tl/jdk: 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up

2013-05-16 Thread chris . hegarty
Changeset: bb01cc14223c Author:ewang Date: 2013-05-16 10:59 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/bb01cc14223c 8004177: test/java/lang/Thread/GenerifyStackTraces.java doesn't clean-up Reviewed-by: alanb, dholmes, chegar ! test/java/lang/Thread/GenerifyStackTraces.ja

Re: Incorrect handling of HTTP/1.1 "Expect: 100-continue" in HttpURLConnection

2013-05-16 Thread Michael McMahon
On 15/05/13 19:22, Alan Bateman wrote: On 15/05/2013 18:09, Chris Hegarty wrote: The change looks fine to me. -Chris On 15 May 2013, at 17:33, Michael McMahon mailto:michael.x.mcma...@oracle.com>> wrote: This is the webrev for the bug http://cr.openjdk.java.net/~michaelm/8012625/webrev.1

Re: Code Review Request: 7150552: network test hangs [macosx]

2013-05-16 Thread Chris Hegarty
What you have looks fine. Thanks for liberating CookieManagerTest, and for removing another dependency on test/sun/net/www/httptest. -Chris. On 05/15/2013 11:18 PM, Kurchi Hazra wrote: Hi, Two regression tests in jdk/test were hanging on Mac OS X intermittently. Although it is difficult t