Re: [14] Review request for 8068184: Fix for JDK-8032832 caused a deadlock

2019-11-21 Thread Chris Hegarty
> On 21 Nov 2019, at 15:28, Anton Litvinov wrote: > > Hello, > > Could you please review the following fix for the bug. The bug consists in a > deadlock introduced by the fix for the bug JDK-8032832, which introduced > locking on the thread context class loader in the method > "sun.net.www

Re: [14] Review request for 8068184: Fix for JDK-8032832 caused a deadlock

2019-11-21 Thread Daniel Fuchs
Hi Anton, That looks fine to me. best regards, -- daniel On 21/11/2019 15:28, Anton Litvinov wrote: Hello, Could you please review the following fix for the bug. The bug consists in a deadlock introduced by the fix for the bug JDK-8032832, which introduced locking on the thread context cla

[14] Review request for 8068184: Fix for JDK-8032832 caused a deadlock

2019-11-21 Thread Anton Litvinov
Hello, Could you please review the following fix for the bug. The bug consists in a deadlock introduced by the fix for the bug JDK-8032832, which introduced locking on the thread context class loader in the method "sun.net.www.protocol.http.NegotiateAuthentication.isSupported(HttpCallerInfo)".