Re: Fix for dealock issue in JDK's SPNEGO resulted in another deadlock

2017-08-28 Thread Weijun Wang
Ahh, IDEs are evil. :-) I'll take a look. Thanks Max > On Aug 28, 2017, at 10:10 PM, Peter Hansson wrote: > > > > >> No simpler solution inside HTTP/SPNEGO? > > > That's what I'm asking. :-) > > > > Interestingly it seems there are similar bugs in the Eclipse and IntelliJ > IDEA bug t

Re: Fix for dealock issue in JDK's SPNEGO resulted in another deadlock

2017-08-28 Thread Peter Hansson
> No simpler solution inside HTTP/SPNEGO? That's what I'm asking. :-) Interestingly it seems there are similar bugs in the Eclipse and IntelliJ IDEA bug trackers. https://bugs.eclipse.org/bugs/show_bug.cgi?id=469116 https://youtrack.jetbrains.com/issue/IDEA-133187 On Monday, August 28

Re: Fix for dealock issue in JDK's SPNEGO resulted in another deadlock

2017-08-27 Thread Weijun Wang
No simpler solution inside HTTP/SPNEGO? --Max - peterhansson...@yahoo.com wrote: > Hi > > I'm trying to fix a deadlock in NetBeans IDE and NetBeans Platform. > The deadlock is a result of the fix for JDK-8032832 which introduced a > lock on the classloader. Unfortunately this fix just intro