RFR-JDK8012108

2013-04-18 Thread John Zavgren
Greetings: I fixed a case in the windows native code where calloc() was being used without checking it's returned value. http://cr.openjdk.java.net/~jzavgren/8012108/webrev.01/ Thanks! John Zavgren

SocketImplFactory

2013-04-18 Thread Salter, Thomas A
Are there any real-life examples of using SocketImplFactory? I was hoping to find a way to redirect selected sockets, by IP address, to a different implementation of sockets that could take advantage of a high-speed connection. For this to work, I'd need to be able to delegate all other

Re: RFR-JDK8012108

2013-04-18 Thread Kurchi Hazra
Thanks John, I think the leak is taken care of now, I can sponsor the change for you once you have a thumbs up from everyone. - Kurchi On 4/18/2013 1:56 PM, John Zavgren wrote: Greetings: I fixed a case in the windows native code where calloc() was being used without checking it's returned

hg: jdk8/tl/jdk: 8012005: LogManager needs test to ensure stack trace is not being done to find bundle

2013-04-18 Thread mandy . chung
Changeset: 3e4a0fddeb00 Author:jgish Date: 2013-04-18 16:33 -0400 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/3e4a0fddeb00 8012005: LogManager needs test to ensure stack trace is not being done to find bundle Reviewed-by: mchung +

hg: jdk8/tl/langtools: 8008174: DocTree API should provide start and end positions for tree nodes

2013-04-18 Thread jonathan . gibbons
Changeset: ed918a442b83 Author:jlahoda Date: 2013-04-17 15:54 +0200 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/ed918a442b83 8008174: DocTree API should provide start and end positions for tree nodes Summary: Adding DocSourcePositions to allow access to DocTree

hg: jdk8/tl/langtools: 8012658: Change default langtools source level to 7

2013-04-18 Thread jonathan . gibbons
Changeset: 891b88acf47a Author:jjg Date: 2013-04-18 19:58 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/891b88acf47a 8012658: Change default langtools source level to 7 Reviewed-by: darcy ! make/netbeans/langtools/nbproject/project.xml

hg: jdk8/tl/langtools: 8012656: cache frequently used name strings for DocImpl classes

2013-04-18 Thread jonathan . gibbons
Changeset: 95d29b99e5b3 Author:jjg Date: 2013-04-18 20:00 -0700 URL: http://hg.openjdk.java.net/jdk8/tl/langtools/rev/95d29b99e5b3 8012656: cache frequently used name strings for DocImpl classes Reviewed-by: darcy ! src/share/classes/com/sun/tools/javadoc/ClassDocImpl.java !