Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Fix for bug 361172 checked in

Bug 361172 - max number of attempts to lock object exceeded
https://bugs.eclipse.org/bugs/show_bug.cgi?id=361172

- Fix to ConcurrencyManager acquireNoWait and acquireWithWait for minor logic change fixing these methods not returning true when there are any read locks on the ConcurrencyManager even if this thread is the holder of the readlock and the active lock
- Fix to WriteLockManager appendLock to return the object to lock instead of waiting, if the owned thread is the current thread

Fix reviewed by: Gordon

Checked into trunk (2.4) at r10242
Checked into 2.3.1 at r10243

Back to the top