Closed GoogleCodeExporter closed 9 years ago
Java lock are weird. java_lock_rec is a test for "multi-level" unlock. I.e.
when you do lock, lock, lock, and then a single multi-level unlock and it
unlocks all 3 locks; and then you do lock(3) and grab back all three locks; and
then unlock, unlock, unlock.
I guess deadlock detector does not expect such weirdness.
Original comment by dvyu...@google.com
on 8 Jul 2014 at 1:01
Thanks for the explanation.
Fix: http://llvm.org/viewvc/llvm-project?view=revision&revision=212529
Original comment by konstant...@gmail.com
on 8 Jul 2014 at 1:25
Original issue reported on code.google.com by
konstant...@gmail.com
on 8 Jul 2014 at 12:56