novitski / bitcoinj

Automatically exported from code.google.com/p/bitcoinj
Apache License 2.0
0 stars 0 forks source link

Payment channels code has a lock inversion #475

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It needs to be converted to use Guava cycle detecting locks everywhere, and 
then the inversions found need to be fixed. In future we should not accept code 
that uses synchronized statements on non-leaf/simple structs.

Original issue reported on code.google.com by hearn@google.com on 30 Oct 2013 at 4:03

GoogleCodeExporter commented 9 years ago

Original comment by hearn@google.com on 26 Nov 2013 at 1:19