hg: jdk8/tl/jdk: 7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close

2012-08-21 Thread alan . bateman
Changeset: 6d29c2af040f Author:alanb Date: 2012-08-21 13:42 +0100 URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/6d29c2af040f 7132889: (se) AbstractSelectableChannel.register and configureBlocking not safe from asynchronous close Reviewed-by: alanb Contributed-by: Shirish Kuncolie

Re: [8] Review request for JEP 127: Improve Locale Data Packaging and Adopt Unicode CLDR Data

2012-08-21 Thread Yuka Kamiya
Hi, It looks good to me. Thanks, -- Yuka (12/08/21 2:14), Naoto Sato wrote: I have updated the changeset by removing the copyright headers from all of the CLDR files, and added a LICENSE file at the top of CLDR source directory (src/share/classes/sun/util/cldr/resources/21_0_1). No other cha

Fwd: rmi network traffic

2012-08-21 Thread Fuyou001
发自我的 iPhone 以下是转发的邮件: > 发件人: fuyou > 日期: 2012年8月21日 格林尼治标准时间+080016时11分14秒 > 收件人: core-libs-dev-requ...@openjdk.java.net > 主题: rmi network traffic > > Hi all > I deploy a RMI Service ,write a RMI Client(J2SE project) to access it > and is ok .but the some code in web project,I use wires

rmi network traffic

2012-08-21 Thread Fuyou001
> > Hi all > I deploy a RMI Service ,write a RMI Client(J2SE project) to access it > and is ok .but the some code in web project,I use wireshark to find that > every RMI request sent from our client to our server containing the list of > all jars in the classpath for the application, My p

rmi network traffic

2012-08-21 Thread Fuyou001
>> >> Hi all >> I deploy a RMI Service ,write a RMI Client(J2SE project) to access it >> and is ok .but the some code in web project,I use wireshark to find that >> every RMI request sent from our client to our server containing the list of >> all jars in the classpath for the application

Re: rmi network traffic

2012-08-21 Thread Darryl Mocek
Fuyou001, the problem was fixed in Java 6u10. Which version of Java are you using? If you upgrade to 6u10 or later, the problem should be solved. Darryl On 08/21/2012 09:04 AM, Fuyou001 wrote: Hi all I deploy a RMI Service ,write a RMI Client(J2SE project) to access it and is ok

Re: rmi network traffic

2012-08-21 Thread Fuyou001
jdk6u33. 发自我的 iPhone 在 2012-8-22,0:37,Darryl Mocek 写道: > Fuyou001, > > the problem was fixed in Java 6u10. Which version of Java are you using? > If you upgrade to 6u10 or later, the problem should be solved. > > Darryl > > On 08/21/2012 09:04 AM, Fuyou001 wrote: Hi all I

Please Review: 6984084 (str) n times repetition of character constructor for java.lang.String

2012-08-21 Thread Jim Gish
Please review http://cr.openjdk.java.net/~jgish/6984084-jdk8-StringRepeat/ This started in lambda, making changes to both StringJoiner and String. However, the dependence of String.repeat() on StringJoiner has been removed and

Re: Please Review: 6984084 (str) n times repetition of character constructor for java.lang.String

2012-08-21 Thread Rémi Forax
On 08/21/2012 10:45 PM, Jim Gish wrote: Please review http://cr.openjdk.java.net/~jgish/6984084-jdk8-StringRepeat/ This started in lambda, making changes to both StringJoiner and String. However, the dependence of String.repeat

Re: Please Review: 6984084 (str) n times repetition of character constructor for java.lang.String

2012-08-21 Thread Mike Duigou
I'm still wondering if this functionality is really needed. AbstractStringBuilder/String/StringBuffer/StringBuilder:: - You'll need to escape the "<" in the javadoc as either < or {@literal <}. StringBuffer/StringBuilder:: - Is an additional {@inheritDoc} not needed? Repeat/AppendIntCharSeq

Re: rmi network traffic

2012-08-21 Thread Fuyou001
but jdk6u33 still have the problem.if in web project ,rmi request send to rmi service contains list jars of classpath for the web project.the problem may be caused by servelt container classload?but how to solve it? 在 2012-8-22,4:25,Fuyou001 写道: > > > 在 2012-8-22,0:37,Darryl Mocek 写道: >

Re: Please Review: 6984084 (str) n times repetition of character constructor for java.lang.String

2012-08-21 Thread David Holmes
Hi Jim, On 22/08/2012 6:45 AM, Jim Gish wrote: Please review http://cr.openjdk.java.net/~jgish/6984084-jdk8-StringRepeat/ This started in lambda, making changes to both StringJoiner and String. However, the dependence of String.re

Re: Improve registering signal handlers in java.lang.Terminator.setup()

2012-08-21 Thread Frank Ding
Hi Alan and David, So is it OK to commit the patch in Terminator class? I think Neil will continue proposing the change in cvmi mailing list. Many thanks to all. Best regards, Frank On 8/17/2012 4:58 PM, Alan Bateman wrote: On 16/08/2012 16:32, Neil Richards wrote: : However, I still c

Re: Improve registering signal handlers in java.lang.Terminator.setup()

2012-08-21 Thread David Holmes
On 22/08/2012 12:11 PM, Frank Ding wrote: Hi Alan and David, So is it OK to commit the patch in Terminator class? I think Neil will continue proposing the change in cvmi mailing list. As Alan already said: "Both David and I have already reviewed Frank's change and okay with it." Cheers, David

Re: rmi network traffic

2012-08-21 Thread fuyou
spell error: slove should be solve. 2012/8/22 fuyou > Hi all > > I deploy a RMI Service ,write a RMI Client(J2SE project) to access it > and is ok .but the some code in web project,I use wireshark to find that > every RMI request sent from our client to our server containing the list of > a