[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)".

Re: [9] Review request for 8032832: Applet/browser deadlocks, when IIS integrated authentication is used

2014-03-25 Thread Anton Litvinov
you, Anton On 3/25/2014 3:37 PM, Wang Weijun wrote: The fix looks fine. You might want to remove the cache-related words from the comment of the new isSupported method. --Max On Mar 25, 2014, at 18:48, Anton Litvinov wrote: Hello Chris, Thank you very much for review of this fix and for

Re: [9] Review request for 8032832: Applet/browser deadlocks, when IIS integrated authentication is used

2014-03-25 Thread Anton Litvinov
ot;jdk/test/sun/net" Thank you, Anton On 3/24/2014 8:38 PM, Chris Hegarty wrote: Hi Anton, I don't have any objections to this, but Max is the original author of this code and may want to take a closer look. -Chris. On 20/03/14 14:08, Anton Litvinov wrote: Hello, Could you please

[9] Review request for 8032832: Applet/browser deadlocks, when IIS integrated authentication is used

2014-03-20 Thread Anton Litvinov
Hello, Could you please review the following fix for the bug, which consists in a deadlock between 2 threads sharing the same instance of "java.net.URLClassLoader" as the context class loader, calling "sun.net.www.protocol.http.NegotiateAuthentication.isSupported" method and loading a class f