Re: RFR: 8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonit… [v2]

2020-10-21 Thread Daniel Fuchs
On Wed, 21 Oct 2020 16:45:27 GMT, Jan Lahoda wrote: >> …orStateException: current thread is not owner >> >> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait >> variant), should presumably be calling Condition.await. (NetBeans is >> producing warnings on the line as we

Re: RFR: 8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonit… [v2]

2020-10-21 Thread Chris Hegarty
On Wed, 21 Oct 2020 16:45:27 GMT, Jan Lahoda wrote: >> …orStateException: current thread is not owner >> >> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait >> variant), should presumably be calling Condition.await. (NetBeans is >> producing warnings on the line as we

Re: RFR: 8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonit… [v2]

2020-10-21 Thread Alan Bateman
On Wed, 21 Oct 2020 16:42:39 GMT, Jan Lahoda wrote: >> …orStateException: current thread is not owner >> >> The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait >> variant), should presumably be calling Condition.await. (NetBeans is >> producing warnings on the line as we

Re: RFR: 8255124: KeepAliveStreamCleaner may crash with java.lang.IllegalMonit… [v2]

2020-10-21 Thread Jan Lahoda
> …orStateException: current thread is not owner > > The KeepAliveStreamCleaner is calling Condition.wait (i.e. the Object.wait > variant), should presumably be calling Condition.await. (NetBeans is > producing warnings on the line as well.) Jan Lahoda has updated the pull request incrementally