davemssavage / essence-rmi

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

Possible race conditions #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
There are 2-3 occurrences of the inherently racy get-or-test-and-set 
antipattern to a ConcurrentMap. These should be replaced with the proper atomic 
putIfAbsent loops.

Original issue reported on code.google.com by holger.h...@googlemail.com on 23 May 2011 at 10:01

GoogleCodeExporter commented 9 years ago

Original comment by holger.h...@googlemail.com on 1 Jun 2011 at 11:49