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

2016-03-28 Thread KUBOTA Yuji
Hi Mark, Could you please review my attached patch and reproducer of JDK-8151212 [1] ? If do you have a comment(s), please let me know. [1]: https://bugs.openjdk.java.net/browse/JDK-8151212 Thanks, Yuji 2016-03-05 3:19 GMT+09:00 KUBOTA Yuji : > Hi Roger and all, > >

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

2016-03-04 Thread KUBOTA Yuji
Hi Roger and all, Thanks your help to share patch and link to here :) For the assignee, more detailed about the attachments is as below. http://mail.openjdk.java.net/pipermail/core-libs-dev/2016-February/038593.html Thanks, Yuji 2016-03-05 0:56 GMT+09:00 Roger Riggs : >

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

2016-03-04 Thread Roger Riggs
Hi Yuji, The patch and reproducer have been attached to the issue 8151212[1]. Thanks, Roger [1] https://bugs.openjdk.java.net/browse/JDK-8151212 On 3/3/2016 9:06 PM, KUBOTA Yuji wrote: Hi Roger, Thank you for your help! My patch and reproducer are as below.

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

2016-03-03 Thread KUBOTA Yuji
Hi Roger, Thank you for your help! My patch and reproducer are as below. * patch 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/transport/tcp/TCPChannel.java

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

2016-03-03 Thread Roger Riggs
Hi Yuji, An issue has been created to track this issue: JDK-8151212 Flush in RMI TCPChannel createConnection can hang indefinitely Please send the patch and the reproducer in the body of email and I'll attach them to the bug report.

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

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 ---

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

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

2016-02-08 Thread KUBOTA Yuji
Hi all, Could someone review this fix? Thanks, Yuji 2016-02-04 2:27 GMT+09:00 KUBOTA Yuji : > Hi all, > > Could someone please review and sponsor this fix ? > I write the details of this issue again. Please review it. > > =Problem= > Potential infinite waiting at

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

2016-02-03 Thread KUBOTA Yuji
Hi all, Could someone please review and sponsor this fix ? I write the details of this issue again. Please review it. =Problem= Potential infinite waiting at TCPChannel#createConnection. This method flushes the DataOutputStream without the socket timeout settings when choose stream protocol