Re: [DONG] Re: [DING] Re: [PING] Potential infinite waiting at JMXConnection#createConnection

2016-03-03 Thread KUBOTA Yuji
Hi all, Could someone please review this patch? Thanks, Yuji 2016-02-09 15:50 GMT+09:00 KUBOTA Yuji : > Hi David, > > Thank you for your advice and cc-ing! > > I do not have any role yet, so I paste my patches as below. > > diff --git a/src/java.rmi/share/classes/sun/rmi/transport/tcp/TCPChannel

Re: [DONG] Re: [DING] Re: [PING] Potential infinite waiting at JMXConnection#createConnection

2016-02-08 Thread KUBOTA Yuji
Hi David, Thank you for your advice and cc-ing! I do not have any role yet, so I paste my patches as below. diff --git a/src/java.rmi/share/classes/sun/rmi/transport/tcp/TCPChannel.java b/src/java.rmi/share/classes/sun/rmi/transport/tcp/TCPChannel.java --- a/src/java.rmi/share/classes/sun/rmi/tr

Re: [DONG] Re: [DING] Re: [PING] Potential infinite waiting at JMXConnection#createConnection

2016-02-08 Thread David Holmes
Hi Yuji, Not sure who would look at this so cc'ing net-dev. Also note that contributions can only be accepted if presented via OpenJKDK infrastructure. Links to patches on http://icedtea.classpath.org are not acceptable. The patch needs to be included in the email (beware stripped attachments

Re: Potential infinite waiting at JMXConnection#createConnection

2015-05-04 Thread KUBOTA Yuji
Hi all, My apologies for the re-post and wrong link, the link [1] of the initial post is not correctly. The correct link is below. [1]: http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/c5b5d9045728/src/java.rmi/share/classes/sun/rmi/transport/tcp/TCPChannel.java#l227 The users cant specify the tim

Re: Potential infinite waiting at JMXConnection#createConnection

2015-05-04 Thread Ben Evans
Hi Kubota, I think that perhaps the AdoptOpenJDK project (https://java.net/projects/adoptopenjdk) can help here. I've copied in their mailing list, in case one of the developers there can help you. Thanks, Ben On Mon, May 4, 2015 at 5:19 PM, KUBOTA Yuji wrote: > Hi all, > > I want to contribu

Re: Potential infinite waiting at JMXConnection#createConnection

2015-05-04 Thread KUBOTA Yuji
Hi all, I want to contribute this issue. If there are a problem about this patch or a better way for openjdk community, please advise me. Thanks for 2015-04-22 0:31 GMT+09:00 KUBOTA Yuji : > Hi all, > > I found an infinite waiting at TCPChannel#createConnection. > This method flushes the DataOut

Potential infinite waiting at JMXConnection#createConnection

2015-04-21 Thread KUBOTA Yuji
Hi all, I found an infinite waiting at TCPChannel#createConnection. This method flushes the DataOutputStream without the socket timeout settings when choose stream protocol [1]. If connection lost (the destination server do no return response) during the flush, this method has possibilities to ta