hg: jdk8/tl/jdk: 7123493: (proxy) Proxy.getProxyClass doesn't scale under high load

2013-04-26 Thread mandy . chung
Changeset: 5e7ae178b24d Author:plevart Date: 2013-04-26 16:09 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5e7ae178b24d 7123493: (proxy) Proxy.getProxyClass doesn't scale under high load Reviewed-by: mchung ! src/share/classes/java/lang/reflect/Proxy.java + src/share/class

hg: jdk8/tl/jdk: 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters

2013-04-26 Thread xueming . shen
Changeset: 5144db7f0f88 Author:sherman Date: 2013-04-26 13:59 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/5144db7f0f88 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters Summary: updated GroupCurly.match0() to b

Re: API change for 8010464: Evolve java networking same origin policy

2013-04-26 Thread Alan Bateman
On 26/04/2013 17:02, Michael McMahon wrote: Are you referring to handlers that did no security checking previously, or handlers that did check for SocketPermission, but won't know about HttpURLPermission and now won't be compatible? Either way, my preference would be still for it to be manda

Re: API change for 8010464: Evolve java networking same origin policy

2013-04-26 Thread Michael McMahon
On 26/04/13 16:47, Alan Bateman wrote: On 26/04/2013 15:36, Michael McMahon wrote: : The API change can be seen at the URL below: http://cr.openjdk.java.net/~michaelm/8010464/api/ One comment on the "Security permissions" section of HttpURLConnection is that it "caller must have permission"

Re: API change for 8010464: Evolve java networking same origin policy

2013-04-26 Thread Alan Bateman
On 26/04/2013 15:36, Michael McMahon wrote: : The API change can be seen at the URL below: http://cr.openjdk.java.net/~michaelm/8010464/api/ One comment on the "Security permissions" section of HttpURLConnection is that it "caller must have permission" isn't clear. I think it is trying to sa

hg: jdk8/tl/langtools: 8010304: javac should detect all mutable implicit static fields in langtools using a plugin

2013-04-26 Thread vicente . romero
Changeset: f3f3ac1273e8 Author:vromero Date: 2013-04-26 15:59 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/f3f3ac1273e8 8010304: javac should detect all mutable implicit static fields in langtools using a plugin Reviewed-by: jjg ! make/build.xml + make/tools/crules/

API change for 8010464: Evolve java networking same origin policy

2013-04-26 Thread Michael McMahon
Hi, The is the suggested API for one of the two new JEPs recently submitted. This is for JEP 184: HTTP URL Permissions The idea here is to define a higher level http permission class which "knows about" URLs, HTTP request methods and headers. So, it is no longer necessary to grant blanket permi

Re: RFR-JDK8012108

2013-04-26 Thread Chris Hegarty
Looks fine, just a few minor nits 1) unnecessary else L102 of the new file. 2) commented else L145 of the new file. 3) strange indentation L368 - 171 ( new file ) -Chris. On 19/04/2013 22:33, John Zavgren wrote: Greetings: I fixed the bad realloc pattern. Please let me know what you think. ht

hg: jdk8/tl/langtools: 8008562: javac, a refactoring to Bits is necessary in order to provide a change history

2013-04-26 Thread vicente . romero
Changeset: 2ca9e7d50136 Author:vromero Date: 2013-04-26 10:17 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/2ca9e7d50136 8008562: javac, a refactoring to Bits is necessary in order to provide a change history Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools

hg: jdk8/tl/langtools: 8012723: strictfp interface misses strictfp modifer on default method

2013-04-26 Thread vicente . romero
Changeset: 3c02d2f1a421 Author:vromero Date: 2013-04-26 10:04 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/3c02d2f1a421 8012723: strictfp interface misses strictfp modifer on default method Reviewed-by: mcimadamore ! src/share/classes/com/sun/tools/javac/comp/Check.j